canopy.porosity.filled.ratio: Convert LAD estimates into two rasters - ratio of filled...

View source: R/canopyporosityfilledratio.R

canopy.porosity.filled.ratioR Documentation

Convert LAD estimates into two rasters - ratio of filled canopy and ratio of canopy porosity

Description

This function reads in a the LAD estimates that were previously calculated, finds the ratio of voxels in a given column that contain a LAD estimate and the ratio of voxels in a given column that are empty (i.e. no LAD estimates). The output is a list containing two rasters, one for each calcuation.

Usage

canopy.porosity.filled.ratio(lad.array, laz.array, ht.cut, epsg.code)

Arguments

lad.array

LAD estimate array that was generated using the machorn.lad function.

laz.array

Voxelized LiDAR array that was generated using the laz.to.array function. This contains spatial information for all arrays.

ht.cut

Height that calculations will exclude. This is to remove understory LAD estimates from further calculations. If 5 is entered then all voxels 5 meters and above will be included. Enter 0 if you want to include all calculations

epsg.code

EPSG code so that the rasters can be projected into the appropriate projection

Details

These forest structure attributes are based off calculations from:

Hardiman, B., Bohrer, G., Gough, C., & Curtis, P. (2013). Canopy structural changes following widespread mortality of canopy dominant trees. Forests, 4, 537-552. https://doi.org/10.3390/f4030537

Value

A list containing max LAD and height of max LAD rasters.


akamoske/LiDARforestR documentation built on Aug. 31, 2023, 1:33 a.m.