[R-sig-Geo] spplot class intervals
Jesse Berman
berman.jesse at gmail.com
Tue Oct 22 17:03:18 CEST 2013
Milan,
Try using the function 'cuts' instead of at=c(....).
Jesse
library(sp)
data(meuse)
coordinates(meuse)=~x+y
spplot(meuse, "cadmium", do.log = TRUE,
key.space=list(x=0.2,y=0.9,corner=c(0,1)), cuts=c(1, 2, 3, 4, 10, 20), # My
custom cuts
scales=list(draw=T))
-----
--------------------------------------------------------
Jesse D Berman, PhD
Yale University
School of Forestry and Environmental Studies
Post-Doc Fellow
--
View this message in context: http://r-sig-geo.2731867.n2.nabble.com/spplot-class-intervals-tp7584934p7584935.html
Sent from the R-sig-geo mailing list archive at Nabble.com.
More information about the R-sig-Geo
mailing list