p.sensitivity {fast} | R Documentation |
This function plots the results from the sensitivity_rep
function.
p.sensitivity(sen, xval, legend, range = 1:NROW(sen), col = 1:NROW(sen), smooth = rep(FALSE, NROW(range)), x.range = 1:length(xval), m.max = max(sen[range, ], na.rm = TRUE),limits=rep(FALSE,NROW(range)), ...)
sen |
returned object from sensitivity_rep |
xval |
Data defining the position on the x-axis. Usually a vector of POSIX-Dates |
legend |
Entries for the legend text |
range |
List of parameter-sensitivies to plot |
col |
Vector of colors for parameters |
smooth |
Vector of TRUE or FALSE values. Sensitivity series are smooted using a LOWES smoother if TRUE. |
x.range |
Range of x-values to plot. |
m.max |
Maximum value for the y-axis |
limits |
Vector of limits for sensitivities. Ploted as ... If FALSE, the limit for the corresponding series is ignored |
... |
Parameters passed to the plot-function |
This value is used for its plot-function.
Dominik Reusser