View source: R/SaskatchewanPSP.R
dataPurification_SKPSP | R Documentation |
standardize and treat the Saskatchewan PSP data
dataPurification_SKPSP(
SADataRaw,
plotHeaderRaw,
measureHeaderRaw,
treeDataRaw,
codesToExclude = NULL,
excludeAllObs = TRUE
)
SADataRaw |
the tree measurement csv |
plotHeaderRaw |
the plot header data |
measureHeaderRaw |
the measurement header raw |
treeDataRaw |
tree data |
codesToExclude |
damage agent codes used to filter tree data. Natural or Undetermined = 1, Disease = 2, Insect = 3, Human 4, Wind = 5, Snow = 6, Other Trees = 7, Hail or Ice Storm = 8. Measurements with these codes will be removed |
excludeAllObs |
if removing observations of individual trees due to damage codes,
remove all prior and future observations if |
a list of plot and tree data.tables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.