distanceLimited-class(sampSurf)
distanceLimited-class()所属R语言包:sampSurf
Class "distanceLimited": Distance Limited Sampling
类的“distanceLimited”:距离有限抽样
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A subclass of "ArealSampling" that can be used to create objects that encapsulate all the parameters necessary for any variant of distance limited sampling of down woody debris.
的一个子类“ArealSampling”,可以用来创建对象,封装了所有的参数,必要的距离有限的采样下来的木质残体的任何变种。
类对象----------Objects from the Class----------
Objects can be created by calls of the form new("distanceLimited", ...), and while this is reasonable with this class because there are no graphical slots, it is still not recommended. The preferred method for creating new objects is via the
可以创建对象通过调用的形式new("distanceLimited", ...),而这个类,这是合理的,因为没有图形插槽,它仍然是不建议。用于创建新的对象的优选的方法是通过
插槽----------Slots----------
In addition to those slots in class "ArealSampling," the following are defined...
在除了类“ArealSampling这些插槽中,”下面的定义...
distanceLimit: Object of class "numeric": This is simply the distance limit in either feet or meters, depending upon
distanceLimit:类的对象"numeric":这是一个简单英尺或米距离的限制,这取决于
扩展----------Extends----------
Class "ArealSampling", directly.
类"ArealSampling",直接。
方法----------Methods----------
summary signature(object = "distanceLimited"): prints a
总结signature(object = "distanceLimited"):打印
(作者)----------Author(s)----------
Jeffrey H. Gove
参见----------See Also----------
The "ArealSampling" class.
“ArealSampling”级。
实例----------Examples----------
showClass("distanceLimited")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|