tests/doc/densityplot/iris.R

library(reshape2)
iris2 <- melt(iris,id="Species")
library(lattice)
densityplot(~value|variable,iris2,groups=Species,scales="free")

Try the directlabels package in your browser

Any scripts or data that you put into this service are public.

directlabels documentation built on May 2, 2019, 6:13 p.m.