Plot the fit of a single model output to epidemic data when the method is AR.
plotfitRAR(x, xscale, ...)
This function does not return any data. Called for side effect. Draws the fit of one estimation method to the data.
An output of est.R0.AR()
(class R0.R
).
Scale to be adjusted on x-axis. Can be d
(day), w
(week (default)), f
(fornight), m
(month).
Parameters passed to inner functions.
Pierre-Yves Boelle, Thomas Obadia
For internal use. This function is called by the plotfit.R0.R()
.