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)

Arguments

sens

Named list of sensitivity indicators as produced by calcSensitivityFromMatrix, calcSensitivityFromModel or simplifySensitivities.

elt

List with elements "R", "M" and/or "L" indicating which plot(s) should be made. NULL can be used as shorthand for all.

Value

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.

See also

Other plotting and printing: plotAliasing(), plotFim(), plotVariations(), print.keepattr()

Author

Martijn van Noort