Learn R Programming

isobar (version 1.18.0)

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
file
file name.
sep
field separator string.
row.names
indicates whether row.names should be written.
...
further arguments to write.table