View source: R/LargestCrownWidth.R
LCW | R Documentation |
This function returns an estimate for the widest crown diameter or radius for a stand grown tree.
LCW(SPP, MCW, DBH)
SPP |
Tree Species: use the FVS code |
MCW |
Maximum Crown Width in meters. |
DBH |
Diameter at breast height in cm. |
This function uses metric units.
SPP included: BF, BS, EH, WP, NC, RS, WS, AB, GB, RB, RO, PB, QA, RM, SM, YB. SPP that are not included can be enter as 'OH' for hardwoods and 'OS' for softwoods. If no SPP is entered a standard coefficient will be used but may not reflect the crown conditions accurately - please enter 'OS' or 'OH' if species is not included.
Species should be entered as a character vector.
MCW value needed to calculate LCW, please refer to MCW function in see also.
Numeric. Widest crown diameter or radius for a stand grown tree in meters.
MCW
Other Crown Functions:
CCF.Larger()
,
CrownCompF()
,
MCW()
LCW("BF", 8.63, 25) ## Not run: Tibble %>% mutate(LCW = LCW("SPP Variable", "MCW Variable", "DBH Variable")) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.