Learn R Programming

mrbin (version 1.3.0)

cropNMR: A function for cropping HSQC spectra.

Description

This function crops HSQC spectra to the region along the diagonal to remove uninformative signals. Will work only for 1H-13C HSQC spectra.

Usage

cropNMR(plot = FALSE)

Arguments

plot

Should a plot of the bins before and after cropping be shown? Defaults to FALSE.

Value

None

Examples

Run this code
# NOT RUN {
setParam(parameters=list(dimension="2D",binwidth2D=1,binheight=4,cropHSQC="No",PCA="No",
         PQNScaling="No",noiseRemoval="No",removeSolvent="No",
         NMRfolders=c(system.file("extdata/1/12/pdata/10",package="mrbin"))))
mrbinrun()
cropNMR()
# }

Run the code above in your browser using DataLab