Learn R Programming

mrbin (version 1.9.1)

addToPlot: 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,
  omitCurrent = FALSE
)

Value

none

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

omitCurrent

Omit the "current spectrum" spot and start filling the additional lists immediately. Default is FALSE

Examples

Run this code
 addToPlot() 

Run the code above in your browser using DataLab