centreOfMassModulus(treecm)
centreOfMassModulus()所属R语言包:treecm
Computes the modulus of the CM vector
计算的CM矢量的模量
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The Centre of Mass vector starts from the tree base and points towards the CM. Its modulus is the distance between the CM (x, y, z) and tree base (0, 0, 0).
该中心的质量向量从树碱基,并指出对CM。它的弹性模量的CM(的x,y,z)和树碱(0,0,0)之间的距离。
用法----------Usage----------
centreOfMassModulus(object)
参数----------Arguments----------
参数:object
an object of CM class
一个CM类的对象
值----------Value----------
a real number
一个实数
注意----------Note----------
This function is mainly needed to compute the moment of the tree. The CM modulus is the tree moment arm.
这个功能主要是需要计算的那一刻树。 CM模量是树的时刻,手臂。
参见----------See Also----------
Other Stabilization: anchorRange, centreOfMassAngle, getPlinthForce, logPathSelection, toCartesianXYZ
其他的稳定:anchorRange,centreOfMassAngle,getPlinthForce,logPathSelection,toCartesianXYZ
实例----------Examples----------
library(treecm)
data(stonePine1TreeData)
vectors <- treeVectors(stonePine1TreeData)
CM <- centreOfMass(object=vectors)
print(centreOfMassModulus(CM))
treeMoment <- buildTreeMomentObject(
centreOfMassModulus(CM)
, treeTotalBiomass(stonePine1TreeData)
, centreOfMassAngle(CM)
)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|