Learn R Programming

mrbin (version 1.9.4)

down: A function for changing plotNMR plots.

Description

This function moves down the plot region of the current NMR plot (only 2D).

Usage

down(refreshPlot = TRUE)

Value

None

Arguments

refreshPlot

Refresh plot automatically. Defaults to TRUE

Examples

Run this code
resetEnv()#clean up previous data from the package environment 
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",
         fixNegatives="No",logTrafo="No",PCA="No",verbose=TRUE,saveFiles="No",
         example=TRUE,#only used for the package examples
         NMRfolders=system.file("extdata/1.mr2",package="mrbin"),
         NMRvendor="mrbin"))
plotNMR()
zoomIn()
down()

Run the code above in your browser using DataLab