The R Project SVN R

Rev

Rev 84029 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 84029 Rev 84535
Line 17... Line 17...
17
\arguments{
17
\arguments{
18
  \item{object}{An object from a formally defined (S4) class, or an
18
  \item{object}{An object from a formally defined (S4) class, or an
19
    object with a class for which `@` or `@<-` S3 methods are defined.}
19
    object with a class for which `@` or `@<-` S3 methods are defined.}
20
  \item{name}{The name of the slot or property, supplied as a character
20
  \item{name}{The name of the slot or property, supplied as a character
21
    string or unquoted symbol. If \code{object} has an S4 class, then
21
    string or unquoted symbol. If \code{object} has an S4 class, then
22
    code{name} must be the name of a slot in the definition of the class
22
    \code{name} must be the name of a slot in the definition of the class
23
    of \code{object}.}
23
    of \code{object}.}
24
  \item{value}{A suitable replacement value for the slot or
24
  \item{value}{A suitable replacement value for the slot or
25
    property. For an S4 object this must be from a class compatible
25
    property. For an S4 object this must be from a class compatible
26
    with the class defined for this slot in the definition of the class
26
    with the class defined for this slot in the definition of the class
27
    of \code{object}.}
27
    of \code{object}.}