| Plot settings {rNMR} | R Documentation |
Functions for changing plot settings.
ct() ctd(n = 1, ...) ctu(n = 1, ...) da(...) di(...) dp(...) dr(nlevels = 20, ...) drf(...) vp(position = NULL) vpu(p = 5) vpd(p = 5) dd(...)
n |
positive numeric; the number of standard deviations to increase or decrease the plotting threshold. |
nlevels |
positive integer; the number of contour intervals to be drawn. |
position |
numeric value between 0 and 100 that expresses the percentage of the visible range shown below the mean spectral noise level. The default value 5, creates plots with 5 percent of the intensity range below the average noise. Note: this argument applies to 1D spectra only. |
p |
numeric value between 0 and 100; the amount to increase or decrease the 1D vertical position. |
... |
Additional arguments can be passed to internal plotting functions
(see |
ct displays a GUI for adjusting plot settings. Changes are only
applied to files selected from the files list. Double-clicking on a
file name within the files list will switch the current spectrum to the file
selected. To adjust the contour settings use the scales provided. A scale's
upper limits may be adjusted using the left and right arrow buttons adjacent
to the scale. This will also change the scale's resolution (increment). The
Defaults button restores settings to their default values.
ctu and ctdRaise or lower the contour level of the current spectrum.
daRedraws the plot with the graphic type automatically set
based on the size of the spectral window. Large plots are drawn using images
(see image) to provide a faster refresh rate while smaller plots
are drawn using contours (see contour) to provide a higher level
of detail.
diRedraws the spectrum as an image plot
(see image).
drRedraws the spectrum as a contour plot
(see contour).
drfRedraws the spectrum as a filled contour plot
(see filled.contour).
dpRedraws the data within the current window as a perspective
plot (see persp) Note: perspective plots may only be drawn for
small sectral windows.
vpChanges the vertical position of 1D spectra.
vpuIncreases the vertical position of 1D spectra.
vpdDecreases the vertical position of 1D spectra.
ddRedraws the current spectrum without changing previous graphics and plot settings.
Ian A. Lewis ialewis@nmrfam.wisc.edu, Seth C. Schommer schommer@nmrfam.wisc.edu
co for color settings; per for perspective
plot settings; ol for overlays;
rNMR for other rNMR help topics.