search for: state_spl

Displaying 1 result from an estimated 1 matches for "state_spl".

Did you mean: state_sdx
2013 Sep 25
0
How to fix col.regions mapping in multiple spplot?
...to fix the color mapping (from value to color) in advance, so that the two heat maps will share not only the same palette but also the same mapping? color palette: rbs <- rainbow(100, start=.5, end=1) X <- spplot(idw.out['litigated'], sp.layout=list('sp.polygons',STATE_SPL, first=FALSE), *col.regions=rbs*, main=list(label=expression( atop('Claim Litigation', atop(italic('notice date 2001 - 2006') ) )), cex=3), xlab = list('industry = construction', cex=2, col='blue') ) Thank you! [...