densityplot(~ Sepal.Length ,groups=Species, data = iris,plot.points=FALSE)
2.箱形图
bwplot(Species~ Sepal.Length, data = iris)3.散点图
xyplot(Sepal.Width~ Sepal.Length ,groups=Species, data = iris)
4.直方图
histogram(~ Sepal.Length | Species, data = iris,layout=c(1,3))
没有评论:
发表评论