Generate metrics from a clean point occurrence file
Usage
make_metrics(
occs,
native_ranges = FALSE,
keys,
eoo_thresh = 30000,
aoo_thresh = 3000,
points_thresh = 75,
regions_thresh = 5,
recent_thresh = 50
)Arguments
- occs
(data frame) Cleaned GBIF occurrence file in DWCA format. See clean_occs() function.
- native_ranges
(df) WGSRPD native ranges at level 3
- keys
(data frame) GBIF and/or WCVP identifier keys, as produced by
get_name_keys().- eoo_thresh
(integer) threshold for EOO to determine Least Concern
- aoo_thresh
(integer) threshold for AOO to determine Least Concern
- points_thresh
(integer) threshold for number of points to determine Least Concern
- regions_thresh
(integer) threshold for number of regions to determine Least Concern
- recent_thresh
(integer) threshold for number of recent occurrences (<30 yrs) to determine Least Concern
