Displaying 1 result from an estimated 1 matches for "dbhcl".
Did you mean:
  btcl
  
2005 Mar 11
2
Lattice bwplot error
Dear all;
	Searching the R site for answers to my problem, but found none.
Here is the run and error:
> bwplot(dev ~ Dbhcl | Period, data = DbhValid2, font = 2,
+   main=list(" "), axis.font =2,
+   ylab = list(label = "Residual (cm)", font = 2),
+   xlab = list(label = "Dbh class (cm)", font = 2), 
+   par.strip.text=list(cex=0.8, font=2),
+   panel=function(x, y) {
+   panel.grid()
+   p...