anchorRange(treecm)
anchorRange()所属R语言包:treecm
Min/max values for the anchor position along the stem
Min / Max值的锚位置沿神经干
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The anchor level must not be lower than the tree CM (for obvious static reasons) and higher than “main stem” height
锚级别必须不低于树CM(出于明显的静态的原因)和“主干”的高度高于
用法----------Usage----------
anchorRange(logs, CM)
参数----------Arguments----------
参数:logs
a data frame holding the selected logs (see logPathSelection)
选定的log数据框(见logPathSelection)
参数:CM
an object of CM class
一个CM类的对象
值----------Value----------
a named vector of 2 elements:
一个命名为向量的2个元素:
参数:z
the height of the CM <tr valign="top"><td>hMax</td>
高度CM <tr valign="top"> <TD>hMax</ TD>
the height of the “main stem” tip
“主干”的小费的高度
参见----------See Also----------
Other Stabilization: centreOfMassAngle, centreOfMassModulus, getPlinthForce, logPathSelection, toCartesianXYZ
其他的稳定:centreOfMassAngle,centreOfMassModulus,getPlinthForce,logPathSelection,toCartesianXYZ
实例----------Examples----------
library(treecm)
data(stonePine1TreeData)
vectors <- treeVectors(stonePine1TreeData)
CM <- centreOfMass(vectors)
logs <- logPathSelection(stonePine1TreeData)
anchorRange(logs, CM)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|