View source: R/LifeStatusCorrectionPlot.R
LifeStatusCorrectionPlot | R Documentation |
Plot life status correction result
LifeStatusCorrectionPlot(Data, OnlyCorrected = FALSE, SeveralWindows = TRUE)
Data |
Dataset (data.frame or data.table) The dataset must contain the columns:
|
OnlyCorrected |
TRUE: plot only corrected trees, FALSE: plot all trees (logical) |
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/IdTree
## Not run:
pdf("LifeStatusCorrectionPlots.pdf", width = 25, height = 10)
LifeStatusCorrectionPlot(Rslt, 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.