The R Project SVN R

Rev

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

Rev 61150 Rev 61168
Line 67... Line 67...
67
\examples{
67
\examples{
68
require(graphics)
68
require(graphics)
69
 
69
 
70
R.version$os # to check how lucky you are ...
70
R.version$os # to check how lucky you are ...
71
plot(0) # any plot
71
plot(0) # any plot
72
mtext(R.version.string, side = 1,line = 4, adj = 1) # a useful bottom-right note
72
mtext(R.version.string, side = 1, line = 4, adj = 1) # a useful bottom-right note
73
}
73
}
74
\keyword{environment}
74
\keyword{environment}
75
\keyword{sysdata}
75
\keyword{sysdata}
76
\keyword{programming}
76
\keyword{programming}