Skip to content
Prev 304011 / 398506 Next

adding tick labels to tileplot()

On Aug 23, 2012, at 2:19 PM, Ryan Flaherty wrote:

            
I'm guessing that you meant to write: latticeExtra
The help page for xyplot has information about the scales argument  
which is what you should constructing when you want to modify the plot  
axis annotation in lattice functions.

perhaps something like scales=list(
                                 x=list(at=1:5, labels=c('May' ,  
'June','July','August','September') ),
                                 y=list(at=(-8):-1,  
labels=c('T','N','C','B','KC','FB','SF','MO'))
                                   )
You can thank us by posting in plain text next time.
-
David Winsemius, MD
Alameda, CA, USA