powered by
Plots a slice of a 2D spectrum stored in a Spectra2D object.
Spectra2D
plotSlice(spectra, which = 1, F2 = NULL, F1 = NULL, showGrid = TRUE, ...)
An object of S3 class Spectra2D.
A single integer specifying which 2D spectrum from which to plot the slice.
A single frequency to plot. Matched to the nearest value.
As for F2.
F2
Logical. If TRUE, show a dotted gray line at each x axis tick mark.
Additional parameters to be passed to the plotting routines.
Side effect is a plot.
# NOT RUN { data(MUD1) plotSlice(MUD1, F1 = 22, main = "Slice @ F1 = 22 ppm") # }
Run the code above in your browser using DataLab