Description Usage Arguments Value Author(s) References Examples
View source: R/crown_complementarity.R
Correction of QSM for multistem trees.
1 2 3 4 5 6 7 8 | crown_complementarity(
tree_i = NA,
tree_j = NA,
strata_height = 0.3,
vox = FALSE,
voxel_size = 0.03,
plotting = FALSE
)
|
tree_i |
A file or data.frame containing a tree point cloud with x y z |
tree_j |
A file or data.frame containing a tree point cloud with x y z |
strata_height |
Height of strata (in meter) for which the complementarity is computed. Default 0.3 |
vox |
Should the input point cloud be reduced to voxel grid for faster computation. Default to TRUE. |
voxel_size |
Size (in meters) of the voxels when vox==TRUE. Default 0.03 |
plotting |
Should strata be plotted. Default to FALSE |
The crown complementarity value (CC_ij)
Matthias Kunz, last updated: 27.04.2019
Williams et al., NEE, 2017, DOI: 10.1038/s41559-016-0063
1 | crown_complementarity(tree_i, tree_j, strata_height=0.3, plotting=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.