The R Project SVN R

Rev

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

Rev 59039 Rev 61168
Line 58... Line 58...
58
\examples{
58
\examples{
59
1:4
59
1:4
60
pi:6 # real
60
pi:6 # real
61
6:pi # integer
61
6:pi # integer
62
 
62
 
63
f1 <- gl(2,3); f1
63
f1 <- gl(2, 3); f1
64
f2 <- gl(3,2); f2
64
f2 <- gl(3, 2); f2
65
f1:f2 # a factor, the "cross"  f1 x f2
65
f1:f2 # a factor, the "cross"  f1 x f2
66
}
66
}
67
\keyword{manip}
67
\keyword{manip}