export: Export results to file

Description Usage Arguments Details Author(s) See Also Examples

Description

Export the results of a Gsri object to a file.

Usage

1
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.

Author(s)

Julian Gehring

Maintainer: Julian Gehring <julian.gehring@fdm.uni-freiburg.de>

See Also

Package: GSRI-package

Class: Gsri

Methods: gsri getGsri getCdf getParms export sortGsri plot show summary readCls readGct

Examples

1
2
3
4
## Not run: 
export(gsri, file)

## End(Not run)

GSRI documentation built on Nov. 8, 2020, 7:46 p.m.