summary.splitppp(spatstat)
summary.splitppp()所属R语言包:spatstat
Summary of a Split Point Pattern
摘要分割点图案
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Prints a useful summary of a split point pattern.
打印一个有用的总结分割点图案。
用法----------Usage----------
## S3 method for class 'splitppp'
summary(object, ...)
参数----------Arguments----------
参数:object
Split point pattern (object of class "splitppp", effectively a list of point patterns, usually created by split.ppp).
分割点模式(类的对象"splitppp",有效地点图案,通常创建一个列表split.ppp)。
参数:...
Ignored.
忽略。
Details
详细信息----------Details----------
This is a method for the generic function summary.
这是一个方法的通用函数summary。
An object of the class "splitppp" is effectively a list of point patterns (objects of class "ppp") representing different sub-patterns of an original point pattern.
一个对象的类"splitppp"是有效代表不同的子模式的原始点图形的点图案(对象的类"ppp")的列表。
This function extracts a useful summary of each of the sub-patterns.
此函数的每个子模式提取了有用的总结。
(作者)----------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, split, split.ppp
summary,split,split.ppp
实例----------Examples----------
data(amacrine) # multitype point pattern[多类型的点模式]
summary(split(amacrine))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|