
A fixed normalization of the entropy function (see references)
VCI(z, zmax, by = 1)
vector of z coordinates
numeric. Used to turn the function entropy to the function vci.
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
# NOT RUN {
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)
# }
Run the code above in your browser using DataLab