Contents
- 1 dotplot
- 2 levelplot
lattice 蠏碁曙 る 襭 蠍一 覲 襾語 覲り骸 蟯螻襯 .
1 dotplot #
install.packages("lattice")
library("lattice")
dotplot(variety~yield | site, data=barley, groups=year, key = simpleKey(levels(barley$year), space="right"))
2 levelplot #
attach(iris)
levelplot(Sepal.Length ~ Petal.Length*Petal.Width)