popTableIDs {FIESTA}R 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",
  seedling = "PLT_CN",
  vsubpspp = "PLT_CN",
  p2veg_subplot_spp = "PLT_CN",
  vsubpstr = "PLT_CN",
  p2veg_subp_structure = "PLT_CN",
  invsubp = "PLT_CN",
  invasive_subplot_spp = "PLT_CN",
  subplot = "PLT_CN",
  subp_cond = "PLT_CN",
  dwm = "PLT_CN",
  cond_dwm_calc = "PLT_CN",
  sccm = "PLT_CN",
  subp_cond_chng_mtrx = "PLT_CN",
  grm = "PLT_CN",
  tree_grm_component = "PLT_CN",
  begin = "PLT_CN",
  tree_grm_begin = "PLT_CN",
  midpt = "PLT_CN",
  tree_grm_midpt = "PLT_CN",
  pltu = "PLT_CN",
  condu = "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.

seedling

String.

vsubpspp

String.

p2veg_subplot_spp

String.

vsubpstr

String.

p2veg_subp_structure

String.

invsubp

String.

invasive_subplot_spp

String.

subplot

String.

subp_cond

String.

dwm

String.

cond_dwm_calc

String.

sccm

String.

subp_cond_chng_mtrx

String.

grm

String.

tree_grm_component

String.

begin

String.

tree_grm_begin

String.

midpt

String.

tree_grm_midpt

String.

pltu

String.

condu

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")

[Package FIESTA version 3.6.2 Index]