The R Project SVN R

Rev

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

Rev 72293 Rev 76031
Line 16... Line 16...
16
\description{
16
\description{
17
  \code{rep} replicates the values in \code{x}.  It is a generic
17
  \code{rep} replicates the values in \code{x}.  It is a generic
18
  function, and the (internal) default method is described here.
18
  function, and the (internal) default method is described here.
19
 
19
 
20
  \code{rep.int} and \code{rep_len} are faster simplified versions for
20
  \code{rep.int} and \code{rep_len} are faster simplified versions for
21
  two common cases.  They are not generic.
21
  two common cases.  Internally, they are generic, so methods can be
-
 
22
  defined for them.
22
}
23
}
23
\usage{
24
\usage{
24
rep(x, \dots)
25
rep(x, \dots)
25
 
26
 
26
rep.int(x, times)
27
rep.int(x, times)