effLayers | R Documentation |
Effective number of layers in a point cloud distribution
effLayers(x, binwidth)
x |
vector of Z (elevation) coordinates |
binwidth |
width of vertical bins in units of x |
Uses the Shannon diversity index (Entropy) to estimate the "Effective Number of Layers" in the vertical profile of a point cloud distribution.
atomic vector of length one describing the effective number of layers in the canopy
Martin Ehbrecht, Peter Schall, Julia Juchheim, Christian Ammer, & Dominik Seidel (2016). Effective number of layers: A new measure for quantifying three-dimensional stand structure based on sampling with terrestrial LiDARForest Ecology and Management, 380, 212–223.
x <- rnorm(10000)
effLayers(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.