as.geoda | R Documentation |
Create an instance of geoda-class from an 'sf' object returned from 'st_read()' function, or a 'sp' object returned from 'readOGR()' function. NOTE: The table content is NOT used to create an instance of geoda-class.
as.geoda(obj, with_table = TRUE)
obj |
An instance of 'sf' or 'sp' object |
with_table |
A boolean flag indicates if table is copied from sf object to create geoda object. Default is TRUE |
An instance of geoda-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.