S3-type method for RasterArray and SpatialArray
Convert RasterArray class objects to data.frames allowing View(), head() and tail() to work.
## S3 method for class 'RasterArray' as.data.frame(x, row.names = NULL, optional = FALSE, ...) ## S3 method for class 'SpatialArray' as.data.frame(x, row.names = NULL, optional = FALSE, ...)
x |
a |
row.names |
Argument to define the rownames of the resulting |
optional |
|
... |
additional arguments passed to and from methods. |
Formal conversion method transforming the proxy object to a data.frame.
A data.frame
class object.
data(dems) df <- as.data.frame(dems)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.