dataPurification_ABPSP | R Documentation |
standardize and treat the Alberta PSP data
dataPurification_ABPSP(
treeMeasure,
plotMeasure,
tree,
plot,
codesToExclude = 3,
excludeAllObs = TRUE,
areaDiffThresh = 0.95
)
treeMeasure |
the tree measurement csv |
plotMeasure |
the plot_measurement csv |
tree |
the tree csv |
plot |
the plot csv |
codesToExclude |
damage agent codes used to filter tree data - see GOA PSP Manual. Measurements with these codes will be removed |
excludeAllObs |
if removing observations of individual trees due to damage codes, |
areaDiffThresh |
the threshold of plot size discrepancy to allow below which
plots will be given a new ID column. Expressed as |
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.