Displaying 1 result from an estimated 1 matches for "bumo".
Did you mean:
budo
2004 Dec 03
1
Difficulty implementing "scales" in a lattice plot
...with 20 levels and the mean values for these levels are being plotted with CIs.
I am trying to reduce the text size for the labels for this variable. The first function below does not attempt to set the text size for the y axes, and all works well.
xx2 <- with(xx,summarize(q27a, llist(Scanf,bumo), smean.cl.boot, conf.int=.90))
Dotplot(Scanf ~ Cbind(q27a,Lower, Upper)| bumo, xlim=c(5,10),cex=.6, par.strip.text=list(cex=.8), xlab="",main="", data=xx2)
Now, when I add to the above function, scales=(cex=.5), as I show in the function below, the graph reduces the size of...