Learn R Programming

mrbin (version 1.9.4)

right: A function for changing plotNMR plots.

Description

This function moves right the plot region of the current NMR plot.

Usage

right(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="1D",binwidth1D=.5,
         noiseRemoval="No",trimZeros="No",
         PQNScaling="No",saveFiles="No",referenceScaling="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()
zoomIn()
right()

Run the code above in your browser using DataLab