plot.SR(treecm)
plot.SR()所属R语言包:treecm
Plots slenderness ratio of branches
图分行长细比
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plots the branches as arrows whose length is proportional to their slenderness ratio. A red circle holds “safe” branches (SR_c ≤q 70).
图解的箭头的长度成正比,其长细比的分支。一个红色圆圈认为“安全”的分支(SR_c ≤q 70)。
用法----------Usage----------
## S3 method for class 'SR'
plot(x, y = NULL, safeSR = 70, ...)
参数----------Arguments----------
参数:x
SR object
SR对象
参数:y
unused
未使用的
参数:safeSR
SR threshold, risky branches are red-coloured
SR阈值,高风险的分支红色
参数:...
Arguments to be passed to plot.default
要传递到plot.default的
值----------Value----------
NULL
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)
绘制一个圆,以涵盖70 - 长细比的值。分行与70 +值的长细比被认为是危险的。请注意,Mattheck系数被校正到分支倾斜(越偏离垂直系数越高帐户)
参见----------See Also----------
treeSR
treeSR
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|