zoom | R Documentation |
This function changes the plot region of the current NMR plot. Can be called with no arguments: zoom(). In this case the user will be asked for manual input.
zoom(
left = NULL,
right = NULL,
top = NULL,
bottom = NULL,
refreshPlot = TRUE,
dimension = "2D"
)
left |
New left boundary |
right |
New right boundary |
top |
New top boundary |
bottom |
New bottom boundary |
refreshPlot |
Refresh plot automatically. Defaults to TRUE |
dimension |
Dimension of the data. Defaults to "2D" |
An invisible value indicating if a change occurred
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()
zoom(left=4.6,right=2,top=10,bottom=150)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.