methods.pp3(spatstat)
methods.pp3()所属R语言包:spatstat
Methods for three-dimensional point patterns
三维点图案的方法
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Methods for class "pp3".
方法类"pp3"。
用法----------Usage----------
## S3 method for class 'pp3'
print(x, ...)
## S3 method for class 'summary.pp3'
print(x, ...)
## S3 method for class 'pp3'
summary(object, ...)
## S3 method for class 'pp3'
unitname(x)
## S3 replacement method for class 'pp3'
unitname(x) <- value
参数----------Arguments----------
参数:x,object
Object of class "pp3".
对象类"pp3"。
参数:...
Ignored.
忽略。
参数:value
Name of the unit of length. See unitname.
长度的单位的名称。见unitname。
Details
详细信息----------Details----------
These are methods for the generic functions print, summary, unitname and unitname<- for the class "pp3" of three-dimensional point patterns.
这些方法的一般职能print,summary,unitname和unitname<-的类的"pp3"的三维点模式。
The print and summary methods print a description of the point pattern.
print和summary方法打印的点模式的描述。
The unitname method extracts the name of the unit of length in which the point coordinates are expressed. The unitname<- method assigns the name of the unit of length.
unitname方法提取的在该点的坐标来表示长度的单位的名称。 unitname<-方法指定长度的单位的名称。
值----------Value----------
For print.pp3 the value is NULL. For unitname.pp3 an object of class "units".
对于print.pp3值NULL。 unitname.pp3类的一个对象"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----------
pp3, print, unitname unitname<-
pp3,print,unitnameunitname<-
实例----------Examples----------
X <- pp3(runif(42),runif(42),runif(42), box3(c(0,1), unitname="mm"))
X
unitname(X)
unitname(X) <- c("foot", "feet")
summary(X)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|