popFilters: Population data filters.

View source: R/popFilters.R

popFiltersR Documentation

Population data filters.

Description

Returns a list of user-supplied parameters and parameter values for population data filters.

Usage

popFilters(
  evalid = NULL,
  invyrs = NULL,
  intensity = NULL,
  ACI = FALSE,
  AOIonly = FALSE,
  ...
)

Arguments

evalid

Numeric. FIA Evaluation identifier for subsetting plots for population.

invyrs

Integer vector. Inventory year(s) (e.g., c(2000, 2001, 2002)).

intensity

Integer code. Code(s) indicating intensity to use for population.

ACI

Logical. If TRUE, including All Condition Inventory (ACI) plots.

AOIonly

Logical. If TRUE, and there is an AOI (1/0) attribute in the population data, only AOI=1 are used for estimation.

...

For extendibility.

Details

If no parameters, an empty list is returned.

Value

A list of user-supplied parameters and parameter values for population data filters.

Author(s)

Grayson W. White

Examples

popFilters(ACI = TRUE)

FIESTA documentation built on Nov. 22, 2023, 1:07 a.m.