Learn R Programming

mrbin (version 1.9.1)

intPlus: A function for changing plotNMR plots.

Description

This function increases the intensity of the current NMR spectrum plot.

Usage

intPlus(dimension = "1D", refreshPlot = TRUE)

Value

None

Arguments

dimension

Dimension to use. Defaults to "1D"

refreshPlot

Refresh plot automatically. Defaults to TRUE

Examples

Run this code
mrbin(silent=TRUE,setDefault=TRUE,parameters=list(dimension="1D",binwidth1D=.1,
         PQNScaling="No",noiseRemoval="No",trimZeros="No",tryParallel=TRUE,
         fixNegatives="No",logTrafo="No",PCA="No",verbose=TRUE,
         NMRfolders=system.file("extdata/1/10/pdata/10",package="mrbin")))
plotNMR()
intPlus()

Run the code above in your browser using DataLab