Usage
showALSresult(xals, xlst, tp = getTime(xals), wl = getWavelength(xals), mat.idx = 1:length(xlst), img.col = terrain.colors(10), zlim, xlab, ylab, compound.col = 1:ncol(xals$S), logsc = TRUE, plotPureC = c("both", "spec", "conc", "none"), titles, annotation = show.img, PureChght = 0.33, PureCwdth = min(nplot, 5)/5 - 0.1, show.img = TRUE)
Arguments
xals
The fitted ALS object.
xlst
The data: the list of matrices on which the ALS object is
based.
tp
Optional vector of time points. If missing, will be
determined using function getTime
.
wl
Optional vector of wavelengths. If missing, will be
determined using function getWavelength
.
mat.idx
Indices of the samples to be visualized.
img.col
Color vector for image
.
zlim
Range of the image colors.
xlab, ylab
Axis annotation strings.
compound.col
Colors to be used for components in the pure
specta/profile plots.
logsc
Logical, indicating whether the images should be
logscaled vefore visualization. Default: TRUE.
plotPureC
Determines which part (if any) of the pure components
is shown.
titles
Titles for the plots for the individual samples. If not
given, the names of the xlst
elements will be used.
annotation
if a text string, this will be shown in the top
right corner panel. If anything else but FALSE, a color bar will be
drawn. The default is to show the color bar for images and not to
show it for contour plots.
PureChght
Height, relative to the height of the data panels, of
the top row of pure concentration profiles
PureCwdth
Width, relative to the width of the data panels, of
the right column of pure spectra
show.img
logical, indicating whether image
is used (the
default) or contour