addToPlot: A function for adding NMR spectra to the plot list.

View source: R/mrbin.R

addToPlotR 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() 

mrbin documentation built on April 11, 2023, 6:05 p.m.