[R] is it possible to create a trellis object with multiple colorkeys/z-scale axis?

2013-02-04 Thread Ryan Flaherty
c encounter rate by WCGSI: 2010 versus 2011",cex=0.75) , xlab= "Month", ylab= "Management Area", border = "black", panel = function(...){ panel.fill("black") panel.voronoi(...) }) ##plot objec

[R] latticeExtra tileplot question - tiles are not all the same size, need help.

2012-12-04 Thread Ryan Flaherty
Hello, I have been creating many tileplots to try and illustrate the relative abundance of fish through space and time. My issue is that the tiles that border the plot are smaller than those in the center of the plot. In the example I've provided the effect is pretty minor (I'm hoping this will be

[R] adding tick labels to tileplot()

2012-08-23 Thread Ryan Flaherty
}) This produces axis that looks something like (except with colored tiles): -1 -2 -3 -4 -5 -6 -7 -8 5 6 7 8 9 But I'm hoping to have tick labels that look like: T N C B KC FB SF MO May June July August September Thanks in advance for