rtoi
objectCreates a new rtoi
object
new_rtoi(name, region, rtoi_path, db_path, records, size)# S4 method for character,sf,character,missing,missing,missing
new_rtoi(name, region, rtoi_path)
# S4 method for character,sf,character,character,missing,missing
new_rtoi(name, region, rtoi_path, db_path)
# S4 method for character,sf,character,character,records,missing
new_rtoi(name, region, rtoi_path, db_path, records)
# S4 method for character,sf,character,character,records,numeric
new_rtoi(name, region, rtoi_path, db_path, records, size)
the reference of the rtoi
object
the name of the region of interest.
an sf object.
the path to the rtoi
folder.
the path to the database.
a records object.
the size of rtoi
folder. By default,
the size is computed from rtoi_path
.