The R Project SVN R

Rev

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

Rev 23013 Rev 24300
Line 14... Line 14...
14
}
14
}
15
\value{
15
\value{
16
  A vector containing the values in \code{x} with the elements of
16
  A vector containing the values in \code{x} with the elements of
17
  \code{values} appended after the specified element of \code{x}.
17
  \code{values} appended after the specified element of \code{x}.
18
}
18
}
-
 
19
\references{
-
 
20
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
-
 
21
  \emph{The New S Language}.
-
 
22
  Wadsworth \& Brooks/Cole.
-
 
23
}
19
\examples{
24
\examples{
20
append(1:5, 0:1, after=3)
25
append(1:5, 0:1, after=3)
21
}
26
}
22
\keyword{manip}
27
\keyword{manip}