izGridConstruct(sampSurf)
izGridConstruct()所属R语言包:sampSurf
Common code for constructing objects of class
建设类的对象的公共代码
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This routine is called by all izGrid methods that assign a constant surface within an object's inclusion zone. It should not, therefore, be used for sampling protocols such as the chainsaw method, where a variable surface is computed within the inclusion zone.
这个例程被调用的所有izGrid“的方法,将一个常数在对象的表面列入区。因此,它不应该被用于采样的协议,如在链锯的方法,其中,可变表面列入区域内计算。
用法----------Usage----------
izGridConstruct(izObject, tract, description = "sausageIZ inclusion zone grid object", wholeIZ = TRUE, ...)
参数----------Arguments----------
参数:izObject
An object of class "InclusionZone", with the exceptions stated above.
类的一个对象“InclusionZone”,与例外上述。
参数:tract
An object of class "Tract" or subclass.
的“道”类或子类的对象。
参数:description
A description of the object as a character string.
作为一个字符串对象的描述。
参数:wholeIZ
TRUE: make a background grid covering the entire object including the stem and the inclusion zone; FALSE: make the grid cover just the inclusion zone.
TRUE:背景网格,覆盖了整个对象包括干并列入区FALSE:使电网覆盖列入区。
参数:...
Other arguments to be passed along (not currently used).
其他参数传递(目前未使用)。
Details
详细信息----------Details----------
This routine should never need to be called by the user at the command line. It is meant to be used with calls set up in the izGrid-methods. It simply collects code that is common to all methods that assign a constant surface height with a given inclusion zone. The inclusion zone can be of any shape commonly encountered in areal sampling methods. As long as it is a legal "InclusionZone" object, it should work.
这个程序不应该需要由用户在命令行中被调用。它的目的是要在izGrid-methods的检测。它只是简单地收集代码与一个给定的包含区域的所有方法,将一个常数表面高度是常见的。列入区可以是任何形状的面积取样方法中经常遇到的。只要是一个法律上的“InclusionZone”对象,它应该工作。
值----------Value----------
A valid object of class "InclusionZoneGrid."
一个有效的类的对象“InclusionZoneGrid。”
(作者)----------Author(s)----------
Jeffrey H. Gove
参见----------See Also----------
izGrid-methods, class "InclusionZoneGrid"
izGrid-methods类“InclusionZoneGrid。”
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|