popTables: List of population tables.

View source: R/popTables.R

popTablesR Documentation

List of population tables.

Description

Returns a list of user-supplied parameters and parameter values for data tables to be supplied to *pop functions.

Usage

popTables(
  cond = "COND",
  plt = "PLOT",
  tree = "TREE",
  seed = "SEEDLING",
  vsubpspp = "P2VEG_SUBPLOT_SPP",
  vsubpstr = "P2VEG_SUBP_STRUCTURE",
  invsubp = "P2VEG_SUBP_STRUCTURE",
  subplot = NULL,
  subp_cond = NULL,
  dwm = NULL,
  sccm = NULL,
  grm = NULL,
  pltu = NULL,
  condu = NULL,
  begin = NULL,
  midpt = NULL,
  ...
)

Arguments

cond

DF/DT, R object, comma-delimited file(*.csv), or layer in dsn. Condition-level data with one record for each condition, including or excluding nonsampled conditions. Plot variables and strata/estimation unit variable(s) may be included if plt and pltassgn=NULL. See details for necessary variables to include.

plt

DF/DT, Optional. R object, sf R object, comma-delimited file(*.csv), layer or spatial layer in dsn, or shapefile(*.shp). Plot-level data with one record for each plot, including or excluding nonsampled conditions. If nonsampled plots are included, PLOT_STATUS_CD variable must be in table or a filter defined in plt.nonsamp.filter.

tree

DF/DT, R object, comma-delimited file(*.csv), or layer in dsn. Tree-level data with one record for each tree. Tree data are aggregated to condition-level. See details for necessary variables to include.

seed

DF/DT, R object, comma-delimited file(*.csv), or layer in dsn. Seedling data with one record for each seedling count.

vsubpspp

DF/DT, R object, comma-delimited file(*.csv), or layer in dsn. Vegetation species-level data with one record for each species (P2VEG_SUBPLOT_SPP).

vsubpstr

DF/DT, R object, comma-delimited file(*.csv), or layer in dsn. Vegetation species-structure data with one record for each species (P2VEG_SUBP_STRUCTURE).

invsubp

DF/DT, R object, comma-delimited file(*.csv), or layer in dsn. Invasive species data with one record for each species (INVASIVE_SUBPLOT_SPP).

subplot

DF/DT, R object, comma-delimited file(*.csv), or layer in dsn. Subplot-level data with one record for each species (SUBPLOT).

subp_cond

DF/DT, R object, comma-delimited file(*.csv), or layer in dsn. Subplot condition-level data with one record for each species (SUBP_COND).

dwm

DF/DT, R object, comma-delimited file(*.csv), or layer in dsn. Calculated down woody material.

sccm

DF/DT, R object, comma-delimited file(*.csv), or layer in dsn. Subplot-level data (SUBP_COND_CHNG_MTRX).

grm

DF/DT, R object, comma-delimited file(*.csv), or layer in dsn. Tree-level growth, removal, and mortality data (TREE_GRM_COMPONENT).

pltu

DF/DT, R object, comma-delimited file(*.csv), or layer in dsn. Plot-level data with unioned previous and current plots.

condu

DF/DT, R object, comma-delimited file(*.csv), or layer in dsn. Condition-level data with unioned previous and current plots.

begin

DF/DT, R object, comma-delimited file(*.csv), or layer in dsn. Tree-level growth, removal, and mortality data (TREE_GRM_BEGIN).

midpt

DF/DT, R object, comma-delimited file(*.csv), or layer in dsn. Tree-level growth, removal, and mortality data (TREE_GRM_MIDPT).

...

For extendibility.

Details

If no parameters, an empty list is returned.

Value

A list of user-supplied parameters and parameter values for strata.

Author(s)

Grayson W. White

Examples

popTables(cond = FIESTA::WYcond, seed = FIESTA::WYseed)

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