methods.ppx(spatstat)
methods.ppx()所属R语言包:spatstat
Methods for Multidimensional Space-Time Point Patterns
多维空间的时间点模式的方法
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Methods for printing and plotting a general multidimensional space-time point pattern.
一般的多维空间时间点图案打印和绘图的方法。
用法----------Usage----------
## S3 method for class 'ppx'
print(x, ...)
## S3 method for class 'ppx'
plot(x, ...)
## S3 method for class 'ppx'
unitname(x)
## S3 replacement method for class 'ppx'
unitname(x) <- value
参数----------Arguments----------
参数:x
Multidimensional point pattern (object of class "ppx").
多维点模式(类的对象"ppx")。
参数:...
Additional arguments passed to plot methods.
额外的参数传递给图的方法。
参数:value
Name of the unit of length. See unitname.
长度的单位的名称。见unitname。
Details
详细信息----------Details----------
These are methods for the generic functions print, plot, unitname and unitname<- for the class "ppx" of multidimensional point patterns.
这些方法的通用功能print,plot,unitname和unitname<-类"ppx"多维的点模式。
The print method prints a description of the point pattern and its spatial domain.
print方法打印的点格局和空间域的描述。
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.ppx the value is NULL. For unitname.ppx an object of class "units".
对于print.ppx值NULL。 unitname.ppx类的一个对象"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----------
ppx, unitname
ppx,unitname
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|