standingTreeIZs(sampSurf)
standingTreeIZs()所属R语言包:sampSurf
Generate Objects of Class "<a href="standingTreeIZs-class.html">standingTreeIZs</a>"
生成对象类“<a href="standingTreeIZs-class.html"> standingTreeIZs </ A>”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This generic function has one method based on the signature formal argument object. It is used as a constructor function for objects that are of class "standingTreeIZs". The associated method should be
这个通用功能的基础上的签名正式的说法object有一个方法。它是用来作为一个构造函数的类的对象,“standingTreeIZs”。相关联的方法应该是
用法----------Usage----------
standingTreeIZs(object, ...)
参数----------Arguments----------
参数:object
Signature formal argument.
签署正式的说法。
参数:...
Formal arguments that are different for each method, see those for details.
正式参数的每个方法的不同,看到的细节。
Details
详细信息----------Details----------
The methods that can be used to generate objects of class “standingTreeIZs” are detailed here:
的方法,可用于生成对象的类“standingTreeIZs”在这里详述:
值----------Value----------
A valid object of class "standingTreeIZs."
一个有效的类的对象“standingTreeIZs。”
(作者)----------Author(s)----------
Jeffrey H. Gove
参考文献----------References----------
参见----------See Also----------
For subclasses of standingTreeIZ, see: circularPlotIZ,
standingTreeIZ的子类,请参阅:circularPlotIZ,
实例----------Examples----------
sts = standingTrees(4, units='English', heights=c(10,30))
sts.cp = lapply(sts@trees, 'circularPlotIZ', plotRadius=20)
izs.cp = standingTreeIZs(sts.cp)
bbox(izs.cp)
plot(izs.cp, axes=TRUE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|