as.data.frame.geoda | R Documentation |
Override the as.data.frame function for rgeoda instance
## S3 method for class 'geoda'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
x |
A rgeoda object |
row.names |
NULL or a character vector giving the row names for the data frame. Missing values are not allowed. |
optional |
optional parameters |
... |
other arguments passed to methods |
A data.frame object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.