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", "extract"),
  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 Aug. 25, 2025, 1:11 a.m.