methods.boxx(spatstat)
methods.boxx()所属R语言包:spatstat
Methods for Multi-Dimensional Box
为多维盒方法
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Methods for class "boxx".
方法类"boxx"。
用法----------Usage----------
## S3 method for class 'boxx'
print(x, ...)
## S3 method for class 'boxx'
unitname(x)
## S3 replacement method for class 'boxx'
unitname(x) <- value
参数----------Arguments----------
参数:x
Object of class "boxx" representing a multi-dimensional box.
对象类"boxx"的较多维箱。
参数:...
Other arguments passed to print.default.
其他参数传递给print.default。
参数:value
Name of the unit of length. See unitname.
长度的单位的名称。见unitname。
Details
详细信息----------Details----------
These are methods for the generic functions print and unitname for the class "boxx" of multi-dimensional boxes.
这些方法的通用功能print和unitname类"boxx"多维盒。
The print method prints a description of the box, while the unitname method extracts the name of the unit of length in which the box coordinates are expressed.
print方法描述输出的方块,而unitname方法提取的长度单位的名称,在该框的坐标表示。
值----------Value----------
For print.boxx the value is NULL. For unitname.boxx an object of class "units".
对于print.boxx值NULL。 unitname.boxx类的一个对象"units"。
(作者)----------Author(s)----------
Adrian Baddeley
<a href="mailto:Adrian.Baddeley@csiro.au">Adrian.Baddeley@csiro.au</a>
<a href="http://www.maths.uwa.edu.au/~adrian/">http://www.maths.uwa.edu.au/~adrian/</a>
and Rolf Turner
<a href="mailto:r.turner@auckland.ac.nz">r.turner@auckland.ac.nz</a>
参见----------See Also----------
boxx, print, unitname
boxx,print,unitname
实例----------Examples----------
X <- boxx(c(0,10),c(0,10),c(0,5),c(0,1), unitname=c("metre", "metres"))
X
unitname(X)
# Northern European usage[北欧的用法]
unitname(X) <- "meter"
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|