The R Project SVN R

Rev

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

Rev 59039 Rev 61168
Line 26... Line 26...
26
}
26
}
27
\seealso{
27
\seealso{
28
  \code{\link{gl}}, \code{\link{seq}}, \code{\link{rep}}.
28
  \code{\link{gl}}, \code{\link{seq}}, \code{\link{rep}}.
29
}
29
}
30
\examples{
30
\examples{
31
sequence(c(3,2))# the concatenated sequences 1:3 and 1:2.
31
sequence(c(3, 2)) # the concatenated sequences 1:3 and 1:2.
32
#> [1] 1 2 3 1 2
32
#> [1] 1 2 3 1 2
33
}
33
}
34
\keyword{manip}
34
\keyword{manip}