new_rtoi {rsat} | R Documentation |
Creates a new rtoi
object
Description
Creates a new rtoi
object
Usage
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)
Arguments
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 |
Value
the reference of the rtoi
object
[Package rsat version 0.1.21 Index]