View source: R/get_monitored_area.R
get_monitored_area | R Documentation |
Get the area of the monitored region
get_monitored_area(transect_obj, map_obj, truncation_m, crs = NA)
transect_obj |
sf dataframe. Transect/segment data. |
map_obj |
sf dataframe or Region object from dssd. Study region. |
truncation_m |
Numeric. A single numeric value (in m) describing the longest distance at which an object may be observed. |
crs |
Numeric. Projection system. Default : NA. |
numeric. The area of the monitored surface in m.
data("dataset_map") data("dataset_segs") get_monitored_area(transect_obj = dataset_segs, map_obj = dataset_map, truncation_m = 400)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.