branchSR: Compute the slenderness ratio

Description Usage Arguments Value Note References

View source: R/SC.R

Description

slenderness ratio is an important index of stability of trees and branches

Usage

1
branchSR(x, diameter, length, tilt)

Arguments

x

the data frame holding the measures needed to perform the computation

diameter

The name of the data frame column holding diameter of the branch

length

The name of the data frame column holding length of the branch

tilt

The name of the data frame column holding tilt of the branch

Value

slenderness ratio

Note

The coefficient takes into account branch angle: SL_c=\frac{L}{D} \cdot (1 + cos α), where α is the branch angle (0 degrees = horizontal, 90 degrees vertical), L is branch length in m, D is branch diameter in cm Vertical branches have SL = SL_c

References

Mattheck, C. and Breloer, H. The Body Language of Trees: A Handbook for Failure Analysis (Research for Amenity Trees) 1995, HMSO (London)


treecm documentation built on May 1, 2019, 9:30 p.m.