zoomOut {mrbin} | R Documentation |
A function for changing plotNMR plots.
Description
This function zooms out from the plot region of the current NMR plot.
Usage
zoomOut(refreshPlot = TRUE, x = TRUE, y = TRUE)
Arguments
refreshPlot |
Refresh plot automatically. Defaults to TRUE |
x |
Change x axis? Defaults to TRUE |
y |
Change y axis? Defaults to TRUE |
Value
None
Examples
mrbin(silent=TRUE,setDefault=TRUE,parameters=list(dimension="1D",binwidth1D=.1,
PQNScaling="No",noiseRemoval="No",trimZeros="No",tryParallel=TRUE,
fixNegatives="No",logTrafo="No",PCA="No",verbose=TRUE,
NMRfolders=system.file("extdata/1/10/pdata/10",package="mrbin")))
plotNMR()
zoomIn()
zoomOut()
[Package mrbin version 1.7.5 Index]