Learn R Programming

mrbin (version 1.9.4)

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

Arguments

Value

None

Examples

Run this code
resetEnv()#clean up previous data from the package environment 
results<-mrbin(silent=TRUE,
         parameters=list(dimension="2D",binwidth2D=1,binheight=4,cropHSQC="No",PCA="No",
         PQNScaling="No",noiseRemoval="No",removeSolvent="No",verbose=TRUE,
         example=TRUE,#only used for the package examples
         NMRfolders=system.file("extdata/1.mr2",package="mrbin"),NMRvendor="mrbin"))
cropNMR()

Run the code above in your browser using DataLab