Skip to content
Prev 1089 / 29559 Next

selection of data subsets in spatial classes

Karl, I cannot reproduce your problem:

library(sp)
grd <- GridTopology(c(617400, 6190060), c(.5,.5), c(400, 300))
grdx = SpatialGridDataFrame(grd, data = data.frame(z= 1:120000))
spplot(grdx, col.regions=bpy.colors())

shows exactly what I expected.
--
Edzer
karl.sommer at dpi.vic.gov.au wrote: