lad.voxels: Creates a data frame of the 3D voxels information (xyz) with...

Description Usage Arguments Value Note Examples

View source: R/main.R

Description

Creates a data frame of the 3D voxels information (xyz) with Leaf Area Density values from las file

Usage

1
lad.voxels(normlas.file, grain.size = 1, k = 1)

Arguments

normlas.file

normalized las file

grain.size

horizontal resolution (suggested 1 meter for lad profiles and 10 meters for LAI maps)

k

coefficient to transform effective LAI to real LAI (k = 1; for effective LAI)

Value

A data.frame of the 3D voxels information (xyz) with Leaf Area Density values

Note

The values of LAD are not estimated below 1 meter. For the following reasons: ground points influence realtive low sampling

Examples

1
2
3
4
5
# Get the example laz file
normlas.file = system.file("extdata", "lidar_example.laz", package="leafR")

VOXELS_LAD = lad.voxels(normlas.file,
                        grain.size = 2, k=1)

leafR documentation built on July 5, 2021, 1:07 a.m.