plot.SR: Plots slenderness ratio of branches

Description Usage Arguments Value Note See Also

View source: R/SC.R

Description

Plots the branches as arrows whose length is proportional to their slenderness ratio. A red circle holds “safe” branches (SR_c ≤q 70).

Usage

1
2
## S3 method for class 'SR'
plot(x, y = NULL, safeSR = 70, ...)

Arguments

x

SR object

y

unused

safeSR

SR threshold, risky branches are red-coloured

...

Arguments to be passed to plot.default

Value

NULL

Note

A circle is drawn to encompass the 70- values for slenderness ratio. Branches with 70+ values for the slenderness ratio are considered dangerous. Please note that Mattheck coefficient is corrected to account for branch tilt (the more it deviates from the verticality the higher its coefficient)

See Also

treeSR


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