contMin: A function for changing plotNMR plots.

View source: R/mrbin.R

contMinR Documentation

A function for changing plotNMR plots.

Description

This function decreases the minimum contour level of the current 2D NMR spectrum plot.

Usage

contMin(refreshPlot = TRUE)

Arguments

refreshPlot

Refresh plot automatically. Defaults to TRUE

Value

None

Examples

resetEnv()
mrbin(silent=TRUE,parameters=list(dimension="2D",binwidth2D=0.5,
         binheight=3,PQNScaling="No",referenceScaling="No",binRegion=c(4,3,60,65),
         noiseRemoval="No",trimZeros="No",cropHSQC="No",tryParallel=TRUE,
         fixNegatives="No",logTrafo="No",PCA="No",verbose=TRUE,saveFiles="No",
         NMRfolders=c(system.file("extdata/1/12/pdata/10",package="mrbin"))))
plotNMR()
contMin()

mrbin documentation built on June 22, 2024, 9:39 a.m.