plotSensitivities.Rd
Generates plots for one or more of the "R", "M" and "L" elements of the output of
calcSensitivityFromMatrix
, calcSensitivityFromModel
or simplifySensitivities
.
For "R" or "M", the plot shows the parameter relations, while for "L" it shows the ordering of the parameters.
plotSensitivities(sens, elt = NULL)
Named list of sensitivity indicators as produced by calcSensitivityFromMatrix
,
calcSensitivityFromModel
or simplifySensitivities
.
List with elements "R", "M" and/or "L" indicating which plot(s) should be made.
NULL
can be used as shorthand for all.
A named list of plots with one element for each element in elt that is present in sens.
In case of error, the return value is NULL
.
Other plotting and printing:
plotAliasing()
,
plotFim()
,
plotVariations()
,
print.keepattr()