[R] lattice: densityplot: improper length of lim when more than one conditioning variable, scales free, and empty panels
Benjamin Tyner
btyner at gmail.com
Wed Aug 1 17:26:52 CEST 2007
I am using R 2.5.0 and lattice 0.15-5. plot1, plot2, and plot3 all
work fine. plot4 gives the error.
x<-1:12
f<-gl(3,4)
g<-gl(4,3)
plot1<-xyplot(y~x|f*g)
plot2<-xyplot(y~x|f*g,scales=list(relation="free"))
plot3<-densityplot(~x|f*g)
plot4<-densityplot(~x|f*g,scales=list(relation="free"))
Thanks
Ben
More information about the R-help
mailing list