SpPolygons {icosa} | R Documentation |
Spatial polygons from an icosahedral grid
Description
The function will create a SpatialPolygons
class 2d representation of the icosahedral grid.
Usage
SpPolygons(gridObj, ...)
## S4 method for signature 'trigrid'
SpPolygons(gridObj, res = NULL)
## S4 method for signature 'hexagrid'
SpPolygons(gridObj, res = NULL)
Arguments
gridObj |
|
... |
Arguments passed to class-specific methods. |
res |
( |
Value
A SpatialPolygons
class object.
Examples
a <- trigrid()
sp <- SpPolygons(a)
[Package icosa version 0.11.0 Index]