export {GSRI} | R Documentation |
Export the results of a Gsri
object to a file.
export(object, file, ...)
object |
An object of class |
file |
Character vector specifying the path of the file to be written. |
... |
Additional arguments, currently not used. |
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.
Julian Gehring
Maintainer: Julian Gehring <julian.gehring@fdm.uni-freiburg.de>
Package:
GSRI-package
Class:
Gsri
Methods:
gsri
getGsri
getCdf
getParms
export
sortGsri
plot
show
summary
readCls
readGct
## Not run: export(gsri, file) ## End(Not run)