treeSR(treecm)
treeSR()所属R语言包:treecm
Computes slenderness ratio for tree branches
计算长细比树枝
译者:生物统计家园网 机器人LoveR
描述----------Description----------
slenderness ratio is an important index of stability of trees and branches
长细比是一个重要的稳定指数的树木和树枝
用法----------Usage----------
treeSR(treeObject, vectorObject)
参数----------Arguments----------
参数:treeObject
an object of treeData class
一个treeData类的对象
参数:vectorObject
an object of vectors class
一个vectors类的对象
值----------Value----------
an object of class SR
一个对象的类SR
注意----------Note----------
The coefficient takes into account branch angle: SL_c=\frac{L}{D} \cdot (1 + cos(a)), where a is the branch angle (0 degrees = horizontal, 90 degrees vertical). Vertical branches have SL = SL_c
该系数取分支角度考虑:SL_c=\frac{L}{D} \cdot (1 + cos(a)),其中a是分支角度(0度水平,垂直90度)。垂直分支机构有SL = SL_c
参考文献----------References----------
Trees: A Handbook for Failure Analysis (Research for Amenity Trees) 1995, HMSO (London)
参见----------See Also----------
branchSR
branchSR
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|