as.data.grid | R Documentation |
S3 class data.grid
methods.
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,
...
)
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 |
as.data.grid
returns a data.grid
object.
as.data.frame
returns a data frame.
data.grid
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.