export(GSRI)
export()所属R语言包:GSRI
Export results to file
导出结果提交
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Export the results of a Gsri object to a file.
出口Gsri对象到一个文件的结果。
用法----------Usage----------
export(object, file, ...)
参数----------Arguments----------
参数:object
An object of class Gsri whose results to export.
类Gsri其结果导出的对象。
参数:file
Character vector specifying the path of the file to be written.
特征向量,指定要写入的文件的路径。
参数:...
Additional arguments, currently not used.
额外的参数,目前没有使用。
Details
详情----------Details----------
The export method writes the results of the GSRI analysis, as obtained with getGsri, to a text file. The file is formatted with the standard parameters of the write.table function, while “\t” is used as field seperator.
export方法写入的GSRI分析的结果,获得与getGsri,到一个文本文件。该文件格式与write.table函数的标准参数,而“\ T”作为字段分隔符使用。
作者(S)----------Author(s)----------
Julian Gehring
Maintainer: Julian Gehring <julian.gehring@fdm.uni-freiburg.de>
参见----------See Also----------
Package: GSRI-package
包装:GSRI-package
Class: Gsri
类别:Gsri
Methods: gsri getGsri getCdf getParms export sortGsri plot show summary readCls readGct
方法:gsrigetGsrigetCdfgetParmsexportsortGsriplotshowsummary<X >readCls
举例----------Examples----------
## Not run: [#无法运行:]
export(gsri, file)
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|