Displaying 1 result from an estimated 1 matches for "betweenyear".
2013 Feb 04
1
is it possible to create a trellis object with multiple colorkeys/z-scale axis?
...ead(test)
##Custom color ramp
jet.colors <-
colorRampPalette(c("#00007F", "blue", "#007FFF", "cyan",
"#7FFF7F", "yellow", "#FF7F00", "red", "#7F0000"))
##create trellis of tileplots
betweenyear<-tileplot(index~month*-area|stock+year,test,col.regions=jet.colo
rs(256),
scales=list(x=list(at=5:9, labels=c('May'
,'Jun','Jul','Aug','Sep'),cex=0.6),
y=list(at=(-1):-8,labels=c('T','N','C','B','KC','FB&...