The R Project SVN R

Rev

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

Rev 61150 Rev 61433
Line 28... Line 28...
28
}
28
}
29
\details{
29
\details{
30
  Both the extractor and replacement forms are generic and new methods
30
  Both the extractor and replacement forms are generic and new methods
31
  can be written for them.  The most important method for the replacement
31
  can be written for them.  The most important method for the replacement
32
  function is that for \code{\link{factor}}s.
32
  function is that for \code{\link{factor}}s.
33
  
33
 
34
  For the factor replacement method, a \code{NA} in \code{value}
34
  For the factor replacement method, a \code{NA} in \code{value}
35
  causes that level to be removed from the levels and the elements
35
  causes that level to be removed from the levels and the elements
36
  formerly with that level to be replaced by \code{NA}.
36
  formerly with that level to be replaced by \code{NA}.
37
 
37
 
38
  Note that for a factor, replacing the levels via
38
  Note that for a factor, replacing the levels via