writeIBSpectra:
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
sep
field separator string.
row.names
indicates whether row.names should be written.