P.hv | R Documentation |
This function implements Erickson's hemispherical-Voronoi gap fraction algorithm with four common lens geometries: equi-distant, equi-angular, stereographic, and orthographic
P.hv(las = NA, model = "equidist", thresh.val = 1.25,
thresh.var = "height", reprojection = NA, pol.deg = 5, azi.deg = 45,
col = "height", plots = TRUE, plots.each = FALSE, plots.save = FALSE)
las |
Path or name of LAS file. Defaults to NA. |
model |
Hemispherical lens geometry model to use. Options include equi-distant ( |
thresh.val |
Specifies the value to use for thresholding. Defaults to 1.25. |
thresh.var |
Specifies the LiDAR metric to use for thresholding canopy points. Options include height, intensity, nreturn, and class. Defaults to height. |
reprojection |
Proj4 projection string to use for reprojection. Defaults to NA. |
pol.deg |
Specifies the polar resolution for the radial plot lines. Defaults to 5. |
azi.deg |
Specifies the azimuthal resolution for the radial plot lines. Defaults to 45. |
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. |
plots |
Boolean switch for the interactive display of plots. Defaults to FALSE. |
plots.each |
Boolean switch for displaying individual of plots. Defaults to FALSE. |
plots.save |
Boolean switch for the saving of plot files to the las.path folder. Defaults to FALSE. |
The results of P.hv
Adam Erickson, adam.erickson@ubc.ca
Forthcoming
P.hv(las='C:/plot.las', model='equidist', thresh.val=1.25, thresh.var='height', reprojection=NA, pol.deg=5, azi.deg=45, col='height', plots=TRUE, plots.each=FALSE, plots.save=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.