intMin {mrbin} | R Documentation |
A function for changing plotNMR plots.
Description
This function decreases the intensity of the current NMR spectrum plot.
Usage
intMin(dimension = "1D", refreshPlot = TRUE, value = NULL)
Arguments
dimension |
Dimension to use. Defaults to "1D" |
refreshPlot |
Refresh plot automatically. Defaults to TRUE |
value |
Set exact value. Defaults to NULL |
Value
None
Examples
resetEnv()#clean up previous data from the package environment
mrbin(silent=TRUE,setDefault=TRUE,parameters=list(dimension="1D",binwidth1D=.1,
PQNScaling="No",noiseRemoval="No",trimZeros="No",
fixNegatives="No",logTrafo="No",PCA="No",verbose=TRUE,
NMRvendor="mrbin",
example=TRUE,#only used for the package examples
NMRfolders=system.file("extdata/1.mr1",package="mrbin")))
plotNMR()
intMin()
[Package mrbin version 1.9.4 Index]