Plot the R0/Rt value along with confidence interval of all requested models to epidemic data
# S3 method for R0.sR
plot(x, xscale = "w",
TD.split = FALSE,
...)
Called for its side effect : Draws all R0 or R(t) values from requested estimation methods.
Result of est.R0 (class sR)
Scale to be adjusted on X axis. Can be "d" (day), "w" (week (default)), "f" (fornight), "m" (month).
Parameter to force the display of both R(t) and the epidemic curve in the same window for TD method
parameters passed to plot.R
Pierre-Yves Boelle, Thomas Obadia
For internal use. Called by plot.
Tweaked plot() function that draws the reproduction number values for each method contained in the object constructed by est.RO().