Plots reflectance spectra in different arrangements.
# S3 method for rspec plot( x, select = NULL, type = c("overlay", "stack", "heatmap"), varying = NULL, n = 100, labels.stack = NULL, wl.guide = TRUE, ... )
x | (required) a data frame, possibly an object of class |
---|---|
select | specification of which spectra to plot. Can be a numeric vector
or factor (e.g., |
type | what type of plot should be drawn. Possibilities are:
|
varying | a numeric vector giving values for y-axis in
|
n | number of bins with which to interpolate colors and |
labels.stack | a vector of labels for the stacked spectra when using
|
wl.guide | logical determining whether visible light spectrum should be added to the x-axis. |
... | additional arguments passed to |
Chad Eliason cme16@zips.uakron.edu
Thomas White thomas.white026@gmail.com
#>