| Line 160... |
Line 160... |
| 160 |
from which to search for objects. By default, start at the
|
160 |
from which to search for objects. By default, start at the
|
| 161 |
top-level environment of the calling function, typically the global
|
161 |
top-level environment of the calling function, typically the global
|
| 162 |
environment (i.e., use the search list), or the namespace of a
|
162 |
environment (i.e., use the search list), or the namespace of a
|
| 163 |
package from which the call came. It is important to supply this
|
163 |
package from which the call came. It is important to supply this
|
| 164 |
argument when calling any of these functions indirectly. With
|
164 |
argument when calling any of these functions indirectly. With
|
| 165 |
package namespaces, the default is likely to be wrong in such calls.
|
165 |
package namespaces, the default is likely to be wrong in such calls.}
|
| 166 |
|
166 |
|
| 167 |
\item{signature}{ The class signature of the relevant method. A
|
167 |
\item{signature}{ The class signature of the relevant method. A
|
| 168 |
signature is a named or unnamed vector of character strings. If
|
168 |
signature is a named or unnamed vector of character strings. If
|
| 169 |
named, the names must be formal argument names for the generic
|
169 |
named, the names must be formal argument names for the generic
|
| 170 |
function. If \code{signature} is unnamed, the default is to use
|
170 |
function. If \code{signature} is unnamed, the default is to use
|