vcc.r: Canopy-to-total-return Ratio Vertical Canopy Cover

View source: R/vcc.r.R

vcc.rR Documentation

Canopy-to-total-return Ratio Vertical Canopy Cover

Description

This function calculates canopy cover per the Canopy-to-total-return Ratio

Usage

vcc.r(las = NA, thresh.val = 1.25, silent = FALSE)

Arguments

las

Path or name of LAS file. Defaults to NA.

thresh.val

Specifies the value to use for canopy height thresholding. Defaults to 1.25.

silent

Boolean switch for the interactive display of plots. Defaults to FALSE.

Value

The results of vcc.r

Author(s)

Adam Erickson, adam.erickson@ubc.ca

References

http://link.springer.com/chapter/10.1007%2F978-94-017-8663-8_20

Examples

vcc.r(las='C:/plot.las', thresh.val=1.25, silent=FALSE)

adam-erickson/gapfraction documentation built on May 12, 2024, 6:15 p.m.