- object
list of class RLumCarlo_Model_Output (required): input object to be plotted,
usually the required input object is generated by one of the functions starting with run_.
Alternatively a list of such objects can be provided.
- plot_value
character (with default): type of curve value to be displayed.
Allowed are mean (the default) and sum (meaningful if different systems are combined).
NULL disables the value visualisation.
- plot_uncertainty
character (with default): type of the displayed uncertainty. Allowed
values are range, sd (standard deviation) and var (variance). NULL disables the uncertainty
visualisation.
- FUN
function (optional): own function that can be applied to the
y-values before normalisation and plotting
- norm
logical (with default): normalise curve to the highest intensity value
- add
logical (with default): allows overplotting of results by adding curves to
an existing plot. This argument is handled automatically if object is of type list
- ...
further argument, that can be passed to control the plot output largely
following the argument names in graphics::plot.default. Currently supported
are: xlab, ylab, xlim, ylim, main, lwd, type, pch, lty,col, grid, legend.
The arguments lwd, type, pch, lty, col can be provided as a vector if object is a list