Spatial polygons from an icosahedral grid
The function will create a SpatialPolygons
class 2d representation of the icosahedral grid.
SpPolygons(gridObj, ...) ## S4 method for signature 'trigrid' SpPolygons(gridObj, res = NULL) ## S4 method for signature 'hexagrid' SpPolygons(gridObj, res = NULL)
gridObj |
|
... |
Arguments passed to class-specific methods. |
res |
( |
A SpatialPolygons
class object.
a <- trigrid() sp <- SpPolygons(a)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.