popTableIDs: List of population table unique IDs.

View source: R/popTableIDs.R

popTableIDsR Documentation

List of population table unique IDs.

Description

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

Usage

popTableIDs(
  cond = "PLT_CN",
  plt = "CN",
  tree = "PLT_CN",
  seed = "PLT_CN",
  vsubpspp = "PLT_CN",
  vsubpstr = "PLT_CN",
  invsubp = "PLT_CN",
  subplot = "PLT_CN",
  subp_cond = "PLT_CN",
  cond_dwm_calc = "PLT_CN",
  sccm = "PLT_CN",
  grm = "PLT_CN",
  pltu = "PLT_CN",
  condu = "PLT_CN",
  begin = "PLT_CN",
  midpt = "PLT_CN",
  ...
)

Arguments

cond

String. Unique identifier of plot in cond.

plt

String. Unique identifier of plot in plt.

tree

String. Unique identifier of plot in tree and seed.

seed

String.

vsubpspp

String.

vsubpstr

String.

invsubp

String.

subplot

String.

subp_cond

String.

cond_dwm_calc

String.

sccm

String.

grm

String.

pltu

String.

condu

String.

begin

String.

midpt

String.

...

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

popTableIDs(cond = "my_unique_id", tree = "my_tree_id")

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