The R Project SVN R

Rev

Rev 5473 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5473 Rev 6233
Line 25... Line 25...
25
\examples{
25
\examples{
26
data(PlantGrowth)
26
data(PlantGrowth)
27
plot(PlantGrowth)                                # -> plot.data.frame
27
plot(PlantGrowth)                                # -> plot.data.frame
28
plot(weight ~ group, data = PlantGrowth)         # numeric vector ~ factor
28
plot(weight ~ group, data = PlantGrowth)         # numeric vector ~ factor
29
plot(cut(weight, 2) ~ group, data = PlantGrowth) # factor ~ factor
29
plot(cut(weight, 2) ~ group, data = PlantGrowth) # factor ~ factor
-
 
30
 
-
 
31
plot(PlantGrowth$group, axes=FALSE, main="no axes")# extremly silly
30
}
32
}
31
\keyword{hplot}
33
\keyword{hplot}