collapse_nlcd: Collapse listed NLCD values while filling in NA for sites...

View source: R/calculate_covariates_auxiliary.R

collapse_nlcdR Documentation

Collapse listed NLCD values while filling in NA for sites outside data.

Description

Collapse listed NLCD values while filling in NA for sites outside data.

Usage

collapse_nlcd(
  data,
  mode = c("terra", "exact"),
  locs = NULL,
  locs_id = "site_id"
)

Arguments

data

Buffered values from NLCD data.

mode

"exact" or "terra"

locs

extraction locations.

locs_id

character(1). Name of unique identifier.


amadeus documentation built on Jan. 27, 2026, 1:07 a.m.