Returns a list of user-supplied parameters and parameter values for data tables to be supplied to *DB functions.
dbTables(
plot_layer = "PLOT",
cond_layer = "COND",
tree_layer = "TREE",
seed_layer = "SEEDLING",
plotgeom_layer = "PLOTGEOM",
vsubpspp_layer = "P2VEG_SUBPLOT_SPP",
vsubpstr_layer = "P2VEG_SUBP_STRUCTURE",
invsubp_layer = "INVASIVE_SUBPLOT_SPP",
subplot_layer = "SUBPLOT",
subpcond_layer = "SUBP_COND",
dwm_layer = "COND_DWM_CALC",
cwd_layer = "DWM_COARSE_WOODY_DEBRIS",
fwd_layer = "DWM_FINE_WOODY_DEBRIS",
sccm_layer = "SUBP_COND_CHNG_MTRX",
grm_layer = "TREE_GRM_COMPONENT",
grmb_layer = "TREE_GRM_BEGIN",
grmm_layer = "TREE_GRM_MIDPT",
survey_layer = "SURVEY",
popeval_layer = "POP_EVAL",
popevalgrp_layer = "POP_EVAL_GRP",
popevaltyp_layer = "POP_EVAL_TYP",
popstratum_layer = "POP_STRATUM",
popestnunit_layer = "POP_ESTN_UNIT",
ppsa_layer = "POP_PLOT_STRATUM_ASSGN",
refspp_layer = "REF_SPECIES",
other_layers = NULL,
...
)
A list of user-supplied parameters and parameter values for strata.
R object, comma-delimited file(*.csv), or name of layer in database. Plot-level data (PLOT).
R object, comma-delimited file(*.csv), or name of layer in database. Condition-level data (COND).
R object, comma-delimited file(*.csv), or name of layer in database. Tree-level data (TREE).
R object, comma-delimited file(*.csv), or name of layer in database. Seedling data (SEEDLING).
R object, comma-delimited file(*.csv), or name of layer in database. Plot-level GIS extracted data (PLOTGEOM).
R object, comma-delimited file(*.csv), or name of layer in database. Understory vegetation species data (P2VEG_SUBPLOT_SPP).
R object, comma-delimited file(*.csv), or name of layer in database. Understory vegetation structure data (P2VEG_SUBP_STRUCTURE).
R object, comma-delimited file(*.csv), or name of layer in database. Understory vegetation invasives data (INVASIVE_SUBPLOT_SPP).
R object, comma-delimited file(*.csv), or name of layer in database. Subplot-level data (SUBPLOT).
R object, comma-delimited file(*.csv), or name of layer in database. Subplot condition-level data (SUBP_COND).
R object, comma-delimited file(*.csv), or name of layer in database. Down wood material data (COND_DWM_CALC)
R object, comma-delimited file(*.csv), or name of layer in database. Down wood material, coarse woody debris data (DWM_COARSE_WOODY_DEBRIS)
R object, comma-delimited file(*.csv), or name of layer in database. Down wood material, fine woody debris data (DWM_FINE_WOODY_DEBRIS)
R object, comma-delimited file(*.csv), or name of layer in database. Subplot-level change matrix data (SUBP_COND_CHNG_MTRX).
R object, comma-delimited file(*.csv), or name of layer in database. Tree growth, removal, mortality data (TREE_GRM_COMPONENT).
R object, comma-delimited file(*.csv), or name of layer in database. Tree growth, removal, mortality begin data (TREE_GRM_BEGIN).
R object, comma-delimited file(*.csv), or name of layer in database. Tree growth, removal, mortality midpoint data (TREE_GRM_MIDPT).
R object, comma-delimited file(*.csv), or name of layer in database. Population survey (SURVEY) data.
R object, comma-delimited file(*.csv), or name of layer in database. Population evaluation (POP_EVAL) data.
R object, comma-delimited file(*.csv), or name of layer in database. Population evaluation group data (POP_EVAL_GRP).
R object, comma-delimited file(*.csv), or name of layer in database. Population evaluation type data (POP_EVAL_TYP).
R object, comma-delimited file(*.csv), or name of layer in database. Population stratum data (POP_STRATUM).
R object, comma-delimited file(*.csv), or name of layer in database. Population estimation unit data (POP_ESTN_UNIT).
R object, comma-delimited file(*.csv), or name of layer in database. Population plot stratum assignment data ( (POP_PLOT_STRATUM_ASSGN).
R object, comma-delimited file(*.csv), or name of layer in database. Reference table for species (REF_SPECIES).
String. Other layer(s) in database to clip and/or extract from database (Note: must include PLT_CN variable as unique identifier).
For extendibility.
Tracey S. Frescino
If no parameters, an empty list is returned.
dbTables(plot_layer = FIESTA::WYplt)
Run the code above in your browser using DataLab