Usage
p.sensitivity(sen, xval, legend, legend.cex = 0.5, range = 1:NROW(sen), col = 1:NROW(sen), lty = rep(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)), xlab = "time", ylab = "Sensitivity", ...)
Arguments
xval
Data defining the position on the x-axis. Usually a vector of POSIX-Dates
legend
Entries for the legend text
legend.cex
Size of the legend
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