Learn R Programming

icosa (version 0.11.1)

newsp: Add a SpatialPolygons object to a predefined slot in a trigrid or hexagrid object

Description

Add a SpatialPolygons object to a predefined slot in a trigrid or hexagrid object

Usage

newsp(gridObj, res = NULL)

# S4 method for trigrid newsp(gridObj, res = NULL)

Value

A trigrid or hexagrid object with the new @sp slot.

Arguments

gridObj

(trigrid or hexagrid) An icosahedral grid.

res

(numeric) The number of points inserted between two vertices, passed to SpPolygons.

Examples

Run this code
a<-trigrid(4)
a<-newsp(a)
plot(a)

Run the code above in your browser using DataLab