get_monitored_area: Get the area of the monitored region

View source: R/get_monitored_area.R

get_monitored_areaR Documentation

Get the area of the monitored region

Description

Get the area of the monitored region

Usage

get_monitored_area(transect_obj, map_obj, truncation_m, crs = NA)

Arguments

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.

Value

numeric. The area of the monitored surface in m.

Examples

data("dataset_map")
data("dataset_segs")

get_monitored_area(transect_obj = dataset_segs,
                   map_obj = dataset_map,
                   truncation_m = 400)

maudqueroue/intercali documentation built on Oct. 8, 2022, 2:09 p.m.