vcc.cv | R Documentation |
This function implements the Cartesian-Voronoi vertical canopy cover algorithm of Alexander (2013)
vcc.cv(las = NA, reprojection = NA, col = "height", col2 = NA,
thresh.var = "height", thresh.val = 1.25, silent = TRUE,
plots = FALSE)
las |
Path or name of LAS file. Defaults to NA. |
reprojection |
Proj4 projection string to use for reprojection. Defaults to NA. |
col |
Specifies the LiDAR metric to use to color points of first plot in display. Options include height, intensity, nreturn, and class. Defaults to height. |
col2 |
Specifies the LiDAR metric to use to color points of second plot in display. Defaults to NA. |
thresh.var |
Specifies the LiDAR metric to use for thresholding canopy points. Options include height, intensity, nreturn, and class. Defaults to height. |
thresh.val |
Specifies the value to use for thresholding. Defaults to 1.25. |
silent |
Boolean switch for the interactive display of plots. Defaults to FALSE. |
plots |
Boolean switch for the saving of plot files to the las.path folder. Defaults to FALSE. |
The results of vcc.cv
Adam Erickson, adam.erickson@ubc.ca
http://www.sciencedirect.com/science/article/pii/S0034425713000771
vcc.cv(las='C:/plot.las', reprojection=NA, col='height', col2='intensity', thresh.var='height', thresh.val=1.25, silent=FALSE, plots=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.