summary.listof(spatstat)
summary.listof()所属R语言包:spatstat
Summary of a List of Things
摘要的东西的列表
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Prints a useful summary of each item in a list of things.
打印有用的东西的列表中每个项目的概要。
用法----------Usage----------
## S3 method for class 'listof'
summary(object, ...)
参数----------Arguments----------
参数:object
An object of class "listof".
对象的类"listof"。
参数:...
Ignored.
忽略。
Details
详细信息----------Details----------
This is a method for the generic function summary.
这是一个方法的通用函数summary。
An object of the class "listof" is effectively a list of things which are all of the same class.
对象的类"listof"是有效的列表,都是同一类的事情,。
This function extracts a useful summary of each of the items in the list.
此功能列表中的每个项目中提取有用的总结。
(作者)----------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, plot.listof
summary,plot.listof
实例----------Examples----------
x <- list(A=runif(10), B=runif(10), C=runif(10))
class(x) <- c("listof", class(x))
summary(x)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|