The R Project SVN R

Rev

Rev 73679 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 73679 Rev 88581
Line 20... Line 20...
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
22
  \code{values} appended after the specified element of \code{x}.
22
  \code{values} appended after the specified element of \code{x}.
23
}
23
}
24
\references{
24
\references{
25
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
25
  \bibshow{R:Becker+Chambers+Wilks:1988}
26
  \emph{The New S Language}.
-
 
27
  Wadsworth & Brooks/Cole.
-
 
28
}
26
}
29
\examples{
27
\examples{
30
append(1:5, 0:1, after = 3)
28
append(1:5, 0:1, after = 3)
31
}
29
}
32
\keyword{manip}
30
\keyword{manip}