izContainer-class(sampSurf)
izContainer-class()所属R语言包:sampSurf
Class "izContainer"
类“izContainer”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This is a virtual class whose purpose is to define a container class for objects of class "InclusionZone." It provides slots and validity checks that would be common to all subclasses. Please note that this is not a completely functional container class in the traditional sense at present as it does not have replacement, deletion, or addition functions. Please see “The InclusionZone
这是一个虚拟的类,它的目的是定义一个容器类对象的类“InclusionZone。”它提供了插槽和有效性的检查,这将是常见的所有子类。请注意,这不是一个功能完整的容器类,目前传统意义上的,因为它没有替换,删除或添加功能。请参阅“InclusionZone
类对象----------Objects from the Class----------
This is a virtual class, so no objects can be created of this type. However, subclass objects can be created by their constructors (see, e.g., "downLogIZs").
这是一个虚拟的类,所以没有可以创建这种类型的对象。然而,子类对象可以通过它们的构造函数创建的(参见,例如,“downLogIZs”)。
插槽----------Slots----------
iZones: Object of class "list": This slot holds a list of objects that all correspond to the same subclass of the "InclusionZone" class. In other words, each item must have been generated from the same sampling method; i.e., all
iZones类的对象"list":此插槽持有的对象都对应相同的“InclusionZone”类的子类。换句话说,每一个项目必须已产生的相同的采样方法,即,所有的
units: Object of class "character": The same units as the "Stem" class objects in the collection; note that they must all be measured in the same
units:类的对象"character":“Stem”类集合中的对象;注意相同的单位,他们都必须在相同的测量
bbox: Object of class "matrix": The overall
bbox:对象类"matrix":整体
description: Object of class "character": A
description:对象类"character":A
方法----------Methods----------
bbox signature(obj = "izContainer"): Return the minimal
BBOX signature(obj = "izContainer"):返回最小的
hist signature(x = "izContainer"): Histogram for
历史signature(x = "izContainer"):直方图
perimeter signature(object = "izContainer"): Graphical
周边signature(object = "izContainer"):图形
plot signature(x = "izContainer", y = "missing"):
图signature(x = "izContainer", y = "missing"):
sampSurf signature(object = "izContainer", tract = "Tract"): Create a sampling surface for the collection on a
sampSurf signature(object = "izContainer", tract = "Tract"):创建一个集合在一个采样表面
show signature(object = "izContainer"): Print some
显示signature(object = "izContainer"):打印一些
summary signature(object = "izContainer"): A summary of
总结signature(object = "izContainer"):A摘要
(作者)----------Author(s)----------
Jeffrey H. Gove
参见----------See Also----------
downLogIZs, standingTreeIZs
downLogIZs,standingTreeIZs
实例----------Examples----------
showClass("izContainer")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|