Skip to content
Prev 2814 / 29559 Next

spplot(), SpatialGridDataFrame

Ingo Holz wrote:
fullgrid(x) = FALSE
spplot(x[x$value == 312,"value"]

Note that if fullgrid(x) is TRUE, x[rows,cols] would select on 
rows/cols, not on attribute values.
I'd use image rather than plot; plot would use symbols instead of 
coloured squares.
--
Edzer