The R Project SVN R

Rev

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

Rev 59039 Rev 61153
Line 35... Line 35...
35
}
35
}
36
\seealso{
36
\seealso{
37
  \code{\link{data.frame}}
37
  \code{\link{data.frame}}
38
}
38
}
39
\examples{
39
\examples{
40
plot(OrchardSprays[1], method="jitter")
40
plot(OrchardSprays[1], method = "jitter")
41
plot(OrchardSprays[c(4,1)])
41
plot(OrchardSprays[c(4,1)])
42
plot(OrchardSprays)
42
plot(OrchardSprays)
43
 
43
 
44
plot(iris)
44
plot(iris)
45
plot(iris[5:4])
45
plot(iris[5:4])