Skip to content
Prev 2234 / 29559 Next

ODP: ODP: spsample and NA

additional to the

X = as(X, "SpatialPixelsDataFrame")

etc. there's a helper function that toggles between them; try:

fullgrid(X) = TRUE
class(X)
fullgrid(X) = FALSE
class(X)
--
Edzer
Agustin Lobo wrote: