Learn R Programming

GSRI (version 2.20.0)

export: Export results to file

Description

Export the results of a Gsri object to a file.

Usage

export(object, file, ...)

Arguments

object
An object of class Gsri whose results to export.
file
Character vector specifying the path of the file to be written.
...
Additional arguments, currently not used.

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.

See Also

Package: GSRI-package Class: Gsri Methods: gsri getGsri getCdf getParms export sortGsri plot show summary readCls readGct

Examples

Run this code
## Not run: 
# export(gsri, file)
# ## End(Not run)

Run the code above in your browser using DataLab