horizontalPointIZ(sampSurf)
horizontalPointIZ()所属R语言包:sampSurf
Generate Objects of Class "<a href="horizontalPointIZ-class.html">horizontalPointIZ</a>"
生成对象的类“<a href="horizontalPointIZ-class.html"> horizontalPointIZ </ A>”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This is the generic function for class “horizontalPointIZ”. Please see the associated method in horizontalPointIZ-methods for more details.
这是的通用函数类“horizontalPointIZ”。更多详细信息,请参阅相关的方法在horizontalPointIZ-methods。
用法----------Usage----------
horizontalPointIZ(standingTree, angleGauge, ...)
参数----------Arguments----------
参数:standingTree
Signature object of class "standingTree".
Signature对象类“standingTree”。
参数:angleGauge
Signature object of class "angleGauge".
Signature对象类“angleGauge”。
参数:...
See methods.
请参见方法。
Details
详细信息----------Details----------
Since only one method exists for this generic, its signature arguments coincide with the above. Please see horizontalPointIZ-methods for more details.
由于存在这种通用的方法只有一个,其标志性参数与上述一致。请参阅horizontalPointIZ-methods为更多细节。
值----------Value----------
A valid object of class "horizontalPointIZ."
一个有效的类的对象“horizontalPointIZ。”
(作者)----------Author(s)----------
Jeffrey H. Gove
参见----------See Also----------
Class "horizontalPointIZ", and horizontalPointIZ-methods.
类“horizontalPointIZ”,和horizontalPointIZ-methods。
实例----------Examples----------
st = standingTree(dbh=50, solidType=4, height=25)
ag = angleGauge(baf=4)
iz.hps = horizontalPointIZ(st, ag)
summary(iz.hps)
plot(iz.hps, axes=TRUE, cex=2)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|