View source: R/lidRattR_functions.R
vox_mt | R Documentation |
This function takes the height values (Z) for each lidar point point cloud and is used within lidR::voxel_metrics() to calculate the sub-voxel i (SVi) density (SViD) and a list of Z values for for each sub-voxel.
vox_mt(z)
z |
height |
voxels <- voxel_metrics(las, func = vox_mt(Z), res = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.