Description Usage Arguments Details Value Examples
Convert RasterArray class objects to data.frames allowing View(), head() and tail() to work.
1 2 3 4 5 | ## 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.
1 2 | data(dems)
df <- as.data.frame(dems)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.