help for lattice plot
?print.trellis Next time use the R-help mailing list (https://stat.ethz.ch/mailman/listinfo/r-help) for these questions. Best, Oscar. Saman Monfared <samanmonfared1 at gmail.com> writes:
Dear All, How can I plot some different plots in one page in lattice like "par(mfrow=c(2,2))" in graphics package? p1<-bwplot(m~PRED,data=PRED) p2<-bwplot(R~Residual,data=PRED) xyplot(obs~PRED.v|method,data=PRED.v) histogram(~PRED.v|method,data=PRED.v) Thanks, Saman.