as.data.grid {npsp} | R Documentation |
data.grid-class methods
Description
S3 class data.grid
methods.
Usage
as.data.grid(object, ...)
## S3 method for class 'SpatialGridDataFrame'
as.data.grid(object, data.ind = NULL, ...)
## S3 method for class 'data.grid'
as.data.frame(
x,
row.names = NULL,
optional = FALSE,
data.ind = NULL,
coords = FALSE,
sp = FALSE,
check.names = coords,
...
)
Arguments
object |
(gridded data) used to select a method. |
... |
further arguments passed to |
data.ind |
integer or character vector with the indexes or names of the components. |
x |
a |
row.names |
|
optional |
logical; Not currently used (see |
coords |
logical; if |
sp |
logical; if |
check.names |
logical; if |
Value
as.data.grid
returns a data.grid
object.
as.data.frame
returns a data frame.
See Also
[Package npsp version 0.7-13 Index]