The R Project SVN R

Rev

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

Rev 28652 Rev 30912
Line 4... Line 4...
4
\title{ Create and Save a Method }
4
\title{ Create and Save a Method }
5
\description{
5
\description{
6
  Create and save a formal method for a given function and list of classes.
6
  Create and save a formal method for a given function and list of classes.
7
}
7
}
8
\usage{
8
\usage{
9
setMethod(f, signature=character(), definition, where= topenv(parent.frame()),
9
setMethod(f, signature=character(), definition,
-
 
10
          where = topenv(parent.frame()),
10
          valueClass = NULL, sealed = FALSE)
11
          valueClass = NULL, sealed = FALSE)
11
 
12
 
12
removeMethod(f, signature, where)
13
removeMethod(f, signature, where)
13
}
14
}
14
\arguments{
15
\arguments{