View source: R/stand_counting.R
stand_counting | R Documentation |
Applies the voxels_counting
function on a grid base point cloud.
stand_counting( cloud, xy.res, z.res = NULL, points.min = NULL, min_size, edge_sizes = NULL, length_out = 10, bootstrap = FALSE, R = NULL, progress = TRUE, parallel = FALSE, threads = NULL )
cloud |
A |
xy.res |
A positive |
z.res |
A positive |
points.min |
A positive |
min_size |
A positive |
edge_sizes |
A positive |
length_out |
A positive |
bootstrap |
Logical. If |
R |
A positive |
progress |
Logical, if |
parallel |
Logical, if |
threads |
An |
A data.table
with the summary of the voxels per grid created with their features.
J. Antonio Guzmán Q.
voxels_counting
, voxels
, summary_voxels
data(pc_tree) #Applying stand_counting. stand_counting(pc_tree, xy.res = c(4, 4), min_size = 3) #Applying stand_counting using bootstrap in the H index. stand_counting(pc_tree, xy.res = c(4, 4), min_size = 3, bootstrap = TRUE, R = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.