The R Project SVN R

Rev

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

Rev 68948 Rev 73679
Line 11... Line 11...
11
}
11
}
12
\usage{
12
\usage{
13
append(x, values, after = length(x))
13
append(x, values, after = length(x))
14
}
14
}
15
\arguments{
15
\arguments{
16
  \item{x}{the vector to be modified.}
16
  \item{x}{the vector the values are to be appended to.}
17
  \item{values}{to be included in the modified vector.}
17
  \item{values}{to be included in the modified vector.}
18
  \item{after}{a subscript, after which the values are to be appended.}
18
  \item{after}{a subscript, after which the values are to be appended.}
19
}
19
}
20
\value{
20
\value{
21
  A vector containing the values in \code{x} with the elements of
21
  A vector containing the values in \code{x} with the elements of