Description Usage Arguments Value Author(s) Examples
This function accepts spectra in a single spectra.list
or
spectra.matrix
object and writes those spectra to separate files.
Currently this function only writes ".dpt" files.
1 | writeSpectra(spectra, filelist = NULL, path = NULL)
|
spectra |
An object of class |
filelist |
A vector of full file names, in the same order as the
elements of |
path |
A string specifying a directory, where all spectra will be
written using |
Writes spectra to files.
Daniel M Griffith
1 2 3 4 5 | ## Not run:
data(shootout)
writeSpectra(spectra = shootout_scans, path = "MY_PATH")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.