powered by
SpatialGrid(grid)
with grid of class GridTopology-class
"SpatialPoints"
"Spatial"
SpatialGridDataFrame-class
SpatialGrid
x = GridTopology(c(0,0), c(1,1), c(5,5)) class(x) x summary(x) coordinates(x) y = SpatialGrid(grid = x) class(y) y
Run the code above in your browser using DataLab