branchSR(treecm)
branchSR()所属R语言包:treecm
Compute the slenderness ratio
计算长细比
译者:生物统计家园网 机器人LoveR
描述----------Description----------
slenderness ratio is an important index of stability of trees and branches
长细比是一个重要的稳定指数的树木和树枝
用法----------Usage----------
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
系数需要考虑分支角度:SL_c=\frac{L}{D} \cdot (1 + cos α),这里α是的分支角度(0度水平,垂直90度),L是分支长度以m,D 分支直径在厘米的垂直分支有SL = SL_c
参考文献----------References----------
Trees: A Handbook for Failure Analysis (Research for Amenity Trees) 1995, HMSO (London)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|