addToPlot {mrbin} | R Documentation |
A function for adding NMR spectra to the plot list.
Description
This function adds a spectrum to the plot list.
Usage
addToPlot(
folder = NULL,
dimension = "1D",
NMRvendor = "Bruker",
useAsNames = "Folder names",
add = TRUE
)
Arguments
folder |
Defines the exact NMR data folder. If NULL, mrbin parameter set is used |
dimension |
Defines the data dimension, "1D" or "2D". Only used if not NULL |
NMRvendor |
Defines the NMR manufacturer, default is "Bruker" |
useAsNames |
How should sample names be generated |
add |
Add spectra to existing list, or replace existing spectra. Default is TRUE |
Value
none
Examples
addToPlot()
[Package mrbin version 1.7.5 Index]