The R Project SVN R

Rev

Rev 56186 | Rev 59039 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 56186 Rev 56382
Line 44... Line 44...
44
  was found to be removed.
44
  was found to be removed.
45
}
45
}
46
\details{
46
\details{
47
The call to \code{setMethod} stores the supplied method definition  in
47
The call to \code{setMethod} stores the supplied method definition  in
48
the metadata table for this generic function in the environment,
48
the metadata table for this generic function in the environment,
49
typically the global environment or the name space of a package.
49
typically the global environment or the namespace of a package.
50
In the case of a package, the table object becomes part of the name space or environment of the
50
In the case of a package, the table object becomes part of the namespace or environment of the
51
package.
51
package.
52
When the package is loaded into a later session, the
52
When the package is loaded into a later session, the
53
methods will be merged into the table of methods in the corresponding
53
methods will be merged into the table of methods in the corresponding
54
generic function object.
54
generic function object.
55
 
55