The function will create a SpatialPolygons
class 2d representation of the icosahedral grid.
Usage
SpPolygons(gridObj, ...)
# S4 method for class 'trigrid'
SpPolygons(gridObj, res = NULL)
# S4 method for class 'hexagrid'
SpPolygons(gridObj, res = NULL)
Arguments
Value
A SpatialPolygons
class object.
Examples
a <- trigrid()
sp <- SpPolygons(a)