izGrid(sampSurf)
izGrid()所属R语言包:sampSurf
Generate Objects of Class "<a href="InclusionZoneGrid-class.html">InclusionZoneGrid</a>"
生成类“<a href="InclusionZoneGrid-class.html"> InclusionZoneGrid </ a>”中的对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This is the generic definition for generating objects of class "InclusionZoneGrid." There are several methods corresponding to this generic that may be found in izGrid-methods. Most users will not require the use of these methods in a primary use sense, they are more helper methods in that they are necessary to build the final sampling surface. More details and examples are found in
这是为生成类“InclusionZoneGrid的对象的通用定义。”通用,可能会发现在izGrid-methods相应的方法有好几种。大多数用户并不需要使用这些方法的主要用途意识,他们更多的辅助方法,因为它们必须建立在最终抽样表面。更多细节和例子被发现
用法----------Usage----------
izGrid(izObject, tract, ...)
参数----------Arguments----------
参数:izObject
Signature object of a subclass of "downLogIZ".
签名对象的一个子类的“downLogIZ”。
参数:tract
Signature object of class "Tract".
Signature对象类“Tract”。
参数:...
See methods.
请参见方法。
Details
详细信息----------Details----------
There are any number of details concerning this class that are described in the vignette mentioned above. It provides the basic idea behind the class and the use of the methods for each specific sampling protocol. Because these methods will not necessarily be useful
有任何数目的详情,上面提到的关于这个类中所描述的小插曲。它提供的类和使用的方法为每个特定的采样协议的背后的基本想法。因为这些方法并不一定是有用的
值----------Value----------
A valid object of class "InclusionZoneGrid."
一个有效的类的对象“InclusionZoneGrid。”
(作者)----------Author(s)----------
Jeffrey H. Gove
参见----------See Also----------
InclusionZone, Stem, Tract, sampSurf, izGridConstruct, izGrid-methods
InclusionZone,Stem,Tract,sampSurf,izGridConstruct,izGrid-methods
实例----------Examples----------
tr = Tract(c(x=20,y=20), cellSize=0.5)
btr = bufferedTract(5, tr)
dlogs = downLogs(1, btr@bufferRect)
sup = standUpIZ(dlogs@logs$log.1, 2)
izgSU = izGrid(sup, btr)
plot(izgSU, axes=TRUE)
izgSU
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|