The R Project SVN R

Rev

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

Rev 2 Rev 286
Line 17... Line 17...
17
}
17
}
18
\examples{
18
\examples{
19
sequence(c(3,2))# the concatenated sequences 1:3 and 1:2.
19
sequence(c(3,2))# the concatenated sequences 1:3 and 1:2.
20
#> [1] 1 2 3 1 2
20
#> [1] 1 2 3 1 2
21
}
21
}
-
 
22
\keyword{manip}