Generates the graphical output for an object generated through
sensitivity.analysis()
.
# S3 method for R0.S
plot(x, what = "heatmap", time.step = 1, skip = 5, ...)
A list with best R0 measure for each possible time period, along with corresponding begin/end dates.
The highest R-squared values.
The corresponding \(R_{0}\) values.
The best model fit as defined by the highest R-squared values among all returned.
Output of sensitivity.analysis()
(class R0.S
)
Specify the desired output. Can be "heatmap"
(default), "criterion"
or both.
Optional. If date of first observation is specified, number of day between each incidence observation.
Number of results to ignore (time period in days) when looking for highest Rsquared value.
Parameters passed to inner functions.
Pierre-Yves Boelle, Thomas Obadia
For internal use. Called by base::plot()
when applied to R0.S
objects.
A plot will be shown and the best model fit will be returned.