vox_mt: Individual voxel-based SVi function

View source: R/lidRattR_functions.R

vox_mtR Documentation

Individual voxel-based SVi function

Description

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.

Usage

vox_mt(z)

Arguments

z

height

Examples

voxels <- voxel_metrics(las, func = vox_mt(Z), res = 2)

RCBlackburn/lidRmts documentation built on Aug. 2, 2024, 11:21 a.m.