Vertical Complexity Index
A fixed normalization of the entropy function (see references)
VCI(z, zmax, by = 1)
z |
vector of z coordinates |
zmax |
numeric. Used to turn the function entropy to the function vci. |
by |
numeric. The thickness of the layers used (height bin) |
A number between 0 and 1
van Ewijk, K. Y., Treitz, P. M., & Scott, N. A. (2011). Characterizing Forest Succession in Central Ontario using LAS-derived Indices. Photogrammetric Engineering and Remote Sensing, 77(3), 261-269. Retrieved from <Go to ISI>://WOS:000288052100009
z <- runif(10000, 0, 10) VCI(z, by = 1, zmax = 20) z <- abs(rnorm(10000, 10, 1)) # expected to be closer to 0. VCI(z, by = 1, zmax = 20)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.