Description Usage Arguments Details Value References Examples
Adds ingrowth records to a tree data frame
1 |
treedata |
Tree data frame. Contains at least plot, measurement, and tree identifiers, and diameter values. |
plotdata |
Plot data frame. Contains at least a plot identifier, and the minimum diameter threshold for the plot. |
plot |
Name of the plot identifier in |
meas |
Name of the measurement identifier in |
tree |
Name of the tree identifier in |
diam |
Name of the diameter values in |
thresh |
Name of the minimum diameter threshold in |
The data should not include plots with substantial ingrowth at the oldest measurement. The measurement identifier values must be capable of being sorted in time, e.g., they could be consecutive integer indices, years, or dates. The other identifiers can be of any type (numbers, strings, or factors). It is advisable to discard measurements where the imputed ingrowth basal area is a large fraction of the total.
A data frame with treedata
followed by the imputed ingrowth
tree records. A logical variable named ingrowth
is appended,
containing FALSE
for the observed trees and TRUE
for the ingrowth. The values in the ingrowth records for
variables other than the identifiers and diameters are inherited
from later measurements and are often meaningless.
GarcĂa, O. (2021)"Imputing Ingrowth in Even-aged Permanent Sample Plots". Mathematical and Computational Forestry & Natural-Resource Sciences (MCFNS) (to appear)
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.