summary.ppp(spatstat)
summary.ppp()所属R语言包:spatstat
Summary of a Point Pattern Dataset
点模式数据集摘要
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Prints a useful summary of a point pattern dataset.
打印点模式数据集的一个有用的总结。
用法----------Usage----------
## S3 method for class 'ppp'
summary(object, ..., checkdup=TRUE)
参数----------Arguments----------
参数:object
Point pattern (object of class "ppp").
点模式(类的对象"ppp")。
参数:...
Ignored.
忽略。
参数:checkdup
Logical value indicating whether to check for the presence of duplicate points.
逻辑值,该值指示是否检查是否存在重复点。
Details
详细信息----------Details----------
A useful summary of the point pattern object is printed.
一个有用的总结点模式object被打印出来。
This is a method for the generic function summary.
这是一个方法的通用函数summary。
If checkdup=TRUE, the pattern will be checked for the presence of dublicate points, using duplicated.ppp. This can be time-consuming if the pattern contains many points, so the checking can be disabled by setting checkdup=FALSE.
如果checkdup=TRUE“的格局将被检查存在的dublicate点,使用duplicated.ppp。如果该模式包含多点,这可能是费时的,这样的检查可以通过设置checkdup=FALSE禁用。
If the point pattern was generated by simulation using rmh, the parameters of the algorithm are printed.
如果点模式生成的使用rmh通过仿真,该算法的参数被打印出来。
(作者)----------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----------
summary, summary.owin, print.ppp
summary,summary.owin,print.ppp
实例----------Examples----------
summary(cells) # plain vanilla point pattern[普通点模式]
# multitype point pattern[多类型的点模式]
summary(lansing) # tabulates frequencies of each mark[列表的每个标记的频率]
# numeric marks[数字标记]
summary(longleaf) # prints summary.default(x$marks)[打印summary.default(X $分)]
# weird polygonal window[奇怪的多边形窗口]
summary(demopat) # describes it[它描述]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|