- region
A vector defining the plot region (left, right, top, bottom) or "all" for the whole spectrum
- rectangleRegions
A 4-column matrix defining areas where to plot rectangles
- rectangleColors
Define colors for the rectangles
- rectangleColors2D
Define colors for rectangles in 2D spectra. If NULL, defaults to the same as rectangleColors
- density
Shading lines for the rectangles
- angles
Angles of shading lines for the rectangles
- cex.axis
Font size of axis tick labels.
- rectangleFront
Plot rectangles in front of spectrum rather than in background (only 2D)
- correctOffset2D
Do a basic offset correction so 2D spectra have a baseline close to 0. Defaults to TRUE
- polygonRegion
Defines 4 corners of a polygon to be plotted
- maxPlots
The maximum number of 2D plots to be overlaid
- setContours
Should upper and lower contour levels be calculated of the old ones be reused? Default: TRUE
- color
Defines the color of the spectrum plot. If NULL, a rainbow theme is used for 2D NMR
- add
If TRUE, additional spectrum plots are overlaid with the current plot
- showGrid
Shows a grid of data points. Defaults to FALSE
- buffer
Speed up plotting by loading a plot. Defaults to TRUE
- manualScale
If TRUE, scaling factor is taken from environment variables
- plotTitle
Defines the main title of the plot
- renewSpectrum
Should a new size-reduced spectrum for quicker plotting be calculated, or can the old one be used? Default: TRUE
- restrictToRange
Restrict plot area to range of available data points. Defaults to FALSE
- enableSplit
Allow split plots for showing 1D and 2D spectra simultaneously
- dimension
If not provided, this will be taken from package environment
- lwd
Line width, defaults to 1
- background
Background color, defaults to NULL (no background fill, usually results in a white background)
- titles
Display list of spectrum titles in plot, defaults to NULL
- plotCurrent
Should the first (current) spectrum in the list be plotted, defaults to TRUE
- ...
Additional graphical parameters that will be passed to the functions plot, lines, and/or contour