View source: R/calculate_covariates_auxiliary.R
collapse_nlcd | R Documentation |
Collapse listed NLCD values while filling in NA for sites outside data.
collapse_nlcd(
data,
mode = c("terra", "extract"),
locs = NULL,
locs_id = "site_id"
)
data |
Buffered values from NLCD data. |
mode |
"exact" or "terra" |
locs |
extraction locations. |
locs_id |
character(1). Name of unique identifier. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.