plot.R0.R | R Documentation |
Generates the graphical output for an estimated R
or R(t)
. The
graph depends on the estimation method. In general, the estimated value is
presented along with its confidence interval.
## S3 method for class 'R0.R'
plot(x, xscale = "w", TD.split = FALSE, ...)
x |
An estimated object, output from |
xscale |
Scale to be adjusted on x-axis. Can be |
TD.split |
Boolean. Parameter to force the display of both |
... |
Parameters passed to inner functions. |
For internal use. This function is called when using plot.R0.sR()
.
This is a wrapper function that will call the correct plotting routine depending on which method was used to estimate a reproduction number.
This function does not return any data.
Called for side effect. Draws all R_{0}
or /eqnR(t) values from one estimation method.
Pierre-Yves Boelle, Thomas Obadia
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.