methods.box3(spatstat)
methods.box3()所属R语言包:spatstat
Methods for Three-Dimensional Box
三维框的方法。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Methods for class "box3".
方法类"box3"。
用法----------Usage----------
## S3 method for class 'box3'
print(x, ...)
## S3 method for class 'box3'
unitname(x)
## S3 replacement method for class 'box3'
unitname(x) <- value
参数----------Arguments----------
参数:x
Object of class "box3" representing a three-dimensional box.
对象类"box3"代表一个立体方块。
参数:...
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 "box3" of three-dimensional boxes.
这些方法的通用功能print和unitname类"box3"的三维框。
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.box3 the value is NULL. For unitname.box3 an object of class "units".
对于print.box3值NULL。 unitname.box3类的一个对象"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----------
box3, print, unitname
box3,print,unitname
实例----------Examples----------
X <- box3(c(0,10),c(0,10),c(0,5), unitname=c("metre", "metres"))
X
unitname(X)
# Northern European usage[北欧的用法]
unitname(X) <- "meter"
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|