Creates a line plot with a shaded polygon showing daily error margins (uncertainty ranges)
plot_time_series(x, parameter, main = "")No return value. Creates a plot.
Data frame with columns day containing the counter for the
time steps (=days), q025 for the 2.5 percentiles
(i.e. the lower values for the error margin), median for the median
values (i.e. the values for the line plot) and q975 for the 97.5
percentiles (i.e. the upper values for the error margin).
Character to use as label of the y-axis
(optional) character to use as plot title
Ian Kopacka