print.psp(spatstat)
print.psp()所属R语言包:spatstat
Print Brief Details of a Line Segment Pattern Dataset
打印一个线段模式数据集的简要资料
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Prints a very brief description of a line segment pattern dataset.
打印线段模式数据集的一个非常简短的描述。
用法----------Usage----------
## S3 method for class 'psp'
print(x, ...)
参数----------Arguments----------
参数:x
Line segment pattern (object of class "psp").
线段模式(类的对象"psp")。
参数:...
Ignored.
忽略。
Details
详细信息----------Details----------
A very brief description of the line segment pattern x is printed.
一个非常简短的描述的线段模式x被打印出来。
This is a method for the generic function print.
这是一个方法的通用函数print。
(作者)----------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----------
print, print.owin, summary.psp
print,print.owin,summary.psp
实例----------Examples----------
a <- psp(runif(10), runif(10), runif(10), runif(10), window=owin())
a
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|