- dat
Data frame, comma-delimited file (*.csv), or shapefile (*.shp).
The strata value is merged to this table and returned as a data frame. See
details for necessary variables.
- uniqueid
String. The unique plot identifier of dat (e.g., 'CN').
- datsource
String. Source of data ('datamart', 'sqlite').
- data_dsn
String. If datsource='sqlite', the name of SQLite database
(*.sqlite).
- states
String or numeric vector. Name(s) (e.g., 'Arizona','New
Mexico') or code(s) (e.g., 4, 35) of states for strata if dat=NULL.
- eval_opts
List of evaluation options for 'FIA' or 'custom'
evaluations to determine the set of data returned. See help(eval_options)
for a list of options.
- savedata
Logical. If TRUE, writes output to outfolder.
- getassgn
Logical. If TRUE, extracts plot assignments from
pop_plot_stratum_assgn table in database.
- pop_plot_stratum_assgn
Data frame. The pop_plot_stratum_assgn for
state(s).
- savedata_opts
List. See help(savedata_options()) for a list
of options. Only used when savedata = TRUE.
- dbconn
Open database connection.
- dbconnopen
Logical. If TRUE, the dbconn connection is not closed.
- evalInfo
List. List object output from DBgetEvalid or DBgetXY
- ...
For extendibility.
FIESTA functions.