The R Project SVN R

Rev

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

Rev 68948 Rev 85065
Line 17... Line 17...
17
\method{[[}{factor}(x, \dots)
17
\method{[[}{factor}(x, \dots)
18
\method{[}{factor}(x, \dots) <- value
18
\method{[}{factor}(x, \dots) <- value
19
\method{[[}{factor}(x, \dots) <- value
19
\method{[[}{factor}(x, \dots) <- value
20
}
20
}
21
\arguments{
21
\arguments{
22
  \item{x}{a factor}
22
  \item{x}{a factor.}
23
  \item{\dots}{a specification of indices -- see \code{\link{Extract}}.}
23
  \item{\dots}{a specification of indices -- see \code{\link{Extract}}.}
24
  \item{drop}{logical.  If true, unused levels are dropped.}
24
  \item{drop}{logical.  If true, unused levels are dropped.}
25
  \item{value}{character: a set of levels.  Factor values are coerced to
25
  \item{value}{character: a set of levels.  Factor values are coerced to
26
    character.}
26
    character.}
27
}
27
}