Last data update: 2014.03.03

R: Write IBSpectra file as CSV in a format readable by...
writeIBSpectraR Documentation

Write IBSpectra file as CSV in a format readable by readIBSpectra.

Description

Write IBSpectra file using write.table with defaults in a format readable by readIBSpectra.

Usage

writeIBSpectra(ibspectra, file, sep = "\t", row.names = FALSE, ...)

Arguments

ibspectra

IBSpectra object

file

file name.

sep

field separator string.

row.names

indicates whether row.names should be written.

...

further arguments to write.table

Author(s)

Florian P Breitwieser

Results