powered by
Spectra
Generating plot of the contents of a Spectra object with respect to depth
spc.plot.depth(object, ...)# S4 method for Spectra spc.plot.depth( object, X, maxSp = 10, lab_cex, title, add = FALSE, xlab = NULL, ylab = NULL, ylim = NULL, xlim = NULL, lwd = 2, ... )
# S4 method for Spectra spc.plot.depth( object, X, maxSp = 10, lab_cex, title, add = FALSE, xlab = NULL, ylab = NULL, ylim = NULL, xlim = NULL, lwd = 2, ... )
a Spectra data.
any further arguments of plot
character. Column names of the a Spectra object to be plotted.
numeric. Maximum number of Spectra to plot.
vector of character expansion sizes, used cyclically.
a chracter string, title for plot
logical. If TRUE, plots are added to current one,
titles for x and y axes, as in plot.
ranges of x and y axes, as in plot.
numeric vector of line widths
spc.plot
# NOT RUN { x <- spc.example_spectra() spc.plot.depth(x) # }
Run the code above in your browser using DataLab