as.sp {npsp} | R Documentation |
Convert npsp object to sp object
Description
Converts a npsp object to a sp object.
Usage
as.sp(obj, ...)
## S3 method for class 'grid.par'
as.sp(obj, ...)
## S3 method for class 'data.grid'
as.sp(obj, data.ind = NULL, proj4string = CRS(as.character(NA)), ...)
Arguments
obj |
a |
... |
further arguments passed to or from other methods. |
data.ind |
integer or character; vector with indexes or names of the data components. |
proj4string |
a |
Value
as.sp.grid.par
returns a GridTopology-class
object.
as.sp.data.grid
returns a SpatialGridDataFrame-class
object.
See Also
[Package npsp version 0.7-13 Index]