The R Project SVN R

Rev

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

Rev 61282 Rev 62257
Line 1... Line 1...
1
% File src/library/base/man/rep.Rd
1
% File src/library/base/man/rep.Rd
2
% Part of the R package, http://www.R-project.org
2
% Part of the R package, http://www.R-project.org
3
% Copyright 1995-2012 R Core Team
3
% Copyright 1995-2013 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{rep}
6
\name{rep}
7
\alias{rep}
7
\alias{rep}
8
\alias{rep.factor}
8
\alias{rep.factor}
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.
21
  two common cases.  They are not generic.
22
}
22
}
23
\usage{
23
\usage{
24
rep(x, \dots)
24
rep(x, \dots)
25
 
25
 
26
rep.int(x, times)
26
rep.int(x, times)