vcc.p: Canopy-to-total-pixel Ratio Vertical Canopy Cover

Description Usage Arguments Value Author(s) References Examples

View source: R/vcc.p.R

Description

This function calculates canopy cover as the ratio of canopy pixels to non-canopy pixels

Usage

1
vcc.p(chm = NA, thresh.val = 1.25, silent = FALSE)

Arguments

chm

Name of the CHM raster object output from a CHM function with stacked=FALSE. Defaults to NA.

thresh.val

Threshold value used for minimum canopy height. Defaults to 1.

silent

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

Value

The results of vcc.p

Author(s)

Adam Erickson, adam.erickson@ubc.ca

References

http://www.sciencedirect.com/science/article/pii/S0924271614001646

http://treephys.oxfordjournals.org/content/early/2009/06/24/treephys.tpp042.full

Examples

1
vcc.p(chm=chm, thresh.val=1.25, silent=FALSE)

adam-erickson/gapfraction documentation built on May 5, 2019, 6:57 p.m.