summary(maigesPack)
summary()所属R语言包:maigesPack
Method summary for the object from this package
从这个包的对象的方法摘要
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Generic function summary to display a nice summary of the contents from classes of objects define in this package.
泛型函数summary从对象类中显示的内容很好的总结,在此包中定义。
用法----------Usage----------
## S3 method for class 'maigesPreRaw'
summary(object, ...)
## S3 method for class 'maigesRaw'
summary(object, ...)
## S3 method for class 'maiges'
summary(object, ...)
## S3 method for class 'maigesDE'
summary(object, ...)
## S3 method for class 'maigesDEcluster'
summary(object, ...)
## S3 method for class 'maigesClass'
summary(object, ...)
## S3 method for class 'maigesRelNetB'
summary(object, ...)
## S3 method for class 'maigesRelNetM'
summary(object, ...)
## S3 method for class 'maigesActMod'
summary(object, ...)
## S3 method for class 'maigesActNet'
summary(object, ...)
参数----------Arguments----------
参数:object
an object of any class defined in this package
在这个包中定义的任何类的对象
参数:...
further arguments passed to or from other methods
通过进一步的论据或其他方法
作者(S)----------Author(s)----------
Gustavo H. Esteves <gesteves@vision.ime.usp.br>
参见----------See Also----------
summary in the base package.
summary基本包。
举例----------Examples----------
## Loading the dataset[#载入数据集]
data(gastro)
summary(gastro)
summary(gastro.raw)
summary(gastro.norm)
summary(gastro.summ)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|