new_rtoi | R Documentation |
rtoi
objectCreates a new rtoi
object
new_rtoi(name, region, rtoi_path, db_path, records, size)
## S4 method for signature 'character,sf,character,missing,missing,missing'
new_rtoi(name, region, rtoi_path)
## S4 method for signature 'character,sf,character,character,missing,missing'
new_rtoi(name, region, rtoi_path, db_path)
## S4 method for signature 'character,sf,character,character,records,missing'
new_rtoi(name, region, rtoi_path, db_path, records)
## S4 method for signature 'character,sf,character,character,records,numeric'
new_rtoi(name, region, rtoi_path, db_path, records, size)
name |
the name of the region of interest. |
region |
an sf object. |
rtoi_path |
the path to the |
db_path |
the path to the database. |
records |
a records object. |
size |
the size of |
the reference of the rtoi
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.