The R Project SVN R

Rev

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

Rev 2 Rev 286
Line 7... Line 7...
7
\description{
7
\description{
8
\code{replace} replaces the values in \code{x}
8
\code{replace} replaces the values in \code{x}
9
with indexes given in \code{list} by those given in \code{values}.
9
with indexes given in \code{list} by those given in \code{values}.
10
If necessary, the values in \code{values} are recycled.
10
If necessary, the values in \code{values} are recycled.
11
}
11
}
-
 
12
\keyword{manip}