Skip to content
Prev 276404 / 398506 Next

Lattice plots and missing x-axis labels on second page

On Nov 2, 2011, at 8:23 PM, Evans, David G (DFG) wrote:

            
I generally try to avoid building lattice plots this way. It is better  
to use data=pdat and shorten the formula specification. That way the  
functions can use the aggregate information in the dataframe. Try:

xyplot( NITRATE~ DATEYR| WELL, data=pdat,
You may want to try layout=c(3,4,2)

See help(xyplot) subsection layout, where Sarkar says that pages are  
somethimes incorrectly calculated.
David Winsemius, MD
Heritage Laboratories
West Hartford, CT