View source: R/DiameterCorrectionPlot.R
DiameterCorrectionPlot | R Documentation |
Plot diameter correction result
DiameterCorrectionPlot(
Data,
OnlyCorrected = FALSE,
CorCol = "Diameter_TreeDataCor",
SeveralWindows = TRUE
)
Data |
Dataset (data.frame or data.table) The dataset must contain the columns:
|
OnlyCorrected |
TRUE: plot only corrected stems, FALSE: plot all stems (logical) |
CorCol |
Corrected column name (character) |
SeveralWindows |
TRUE: return each page in a new window (better visualisation in Rstudio), FALSE: return each page in the same window (needed to save all the pages) (logical) |
The plots of the initial diameter values and proposed corrections, by IdStem.
## Not run:
pdf("DiameterCorrectionPlots_TestData.pdf", width = 25, height = 10)
DiameterCorrectionPlot(Rslt, OnlyCorrected = TRUE, SeveralWindows = FALSE)
dev.off()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.