standingTrees(sampSurf)
standingTrees()所属R语言包:sampSurf
Generate Objects of Class "<a href="standingTrees-class.html">standingTrees</a>"
生成对象类“<a href="standingTrees-class.html"> standingTrees </ A>”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This generic function has methods based on the signature formal arguments object and container. It is used as a constructor function for objects that are of class "standingTrees". This method should be used in preference to new to insure a valid object.
通用功能的基础上的签名形式参数object和container的方法。它是用来作为一个构造函数的类的对象,“standingTrees”。这种方法应该使用优先new,以确保有效的对象。
用法----------Usage----------
standingTrees(object, container, ...)
参数----------Arguments----------
参数:object
Signature formal argument to key on whether trees are passed or generated.
签署正式的参数上的树木是否通过或产生的关键。
参数:container
Relevant if the trees are to be contained within some physical boundary/area like a “Tract” object.
相关的树木被包含在一些物理边界/区域像一个“Tract”对象。
参数:...
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 “standingTrees” are detailed here: standingTrees-methods. As mentioned, each has a different signature and supporting formal arguments allowing you to generate a collection in various ways. Please see the above link for more details.
的方法,可用于生成对象的类“standingTrees”在这里详述:standingTrees-methods。正如前面提到的,每个人都有不同的签名和支持,让您以各种方式产生的集合的形式参数。有关详细信息,请参阅上面的链接。
值----------Value----------
A valid object of class "standingTrees."
一个有效的类的对象“standingTrees。”
(作者)----------Author(s)----------
Jeffrey H. Gove
参考文献----------References----------
参见----------See Also----------
standingTree, and classes: "standingTree", "StemContainer"
standingTree,和类:“standingTree”,“StemContainer”
实例----------Examples----------
showMethods("standingTrees")
strees = standingTrees(15, xlim=c(0,20), ylim=c(10,40), dbhs=c(10,25))
summary(strees)
plot(strees, axes=TRUE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|