print(maigesPack)
print()所属R语言包:maigesPack
Method to print a nice visualisation of the objects defined in this package
打印一个很好的可视化对象,在这个包中定义的方法
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Generic function print to display a nice (and simple) visualisation of the objects define in this package.
泛型函数print显示在这个包中定义一个很好的可视化和简单对象。
用法----------Usage----------
## S3 method for class 'maigesPreRaw'
print(x, ...)
## S3 method for class 'maigesRaw'
print(x, ...)
## S3 method for class 'maiges'
print(x, ...)
## S3 method for class 'maigesDE'
print(x, ...)
## S3 method for class 'maigesDEcluster'
print(x, ...)
## S3 method for class 'maigesClass'
print(x, ...)
## S3 method for class 'maigesRelNetB'
print(x, ...)
## S3 method for class 'maigesRelNetM'
print(x, ...)
## S3 method for class 'maigesActMod'
print(x, ...)
## S3 method for class 'maigesActNet'
print(x, ...)
参数----------Arguments----------
参数:x
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----------
print in the base package.
print基本包。
举例----------Examples----------
## Loading the dataset[#载入数据集]
data(gastro)
print(gastro)
print(gastro.raw)
print(gastro.norm)
print(gastro.summ)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|