View source: R/plotfit.R0.sR.R
plotfit.R0.sR | R Documentation |
R0.sR
objectsPlot the fit of model outputs to epidemic data.
## S3 method for class 'R0.sR'
plotfit(x, xscale = "w", SB.dist = TRUE, ...)
x |
An output of |
xscale |
Scale to be adjusted on x-axis. Can be |
SB.dist |
Boolean. Should the R distirbution throughout the epidemic be plotted for the SB method (defaults to |
... |
Parameters passed to inner functions. |
For internal use. This function is called by the plotfit()
S3 method.
It will sequentialy call the necesary plotfit()
methods for each estimation
contained in the x
argument.
This function does not return any data. Called for side effect. Draws the fit of one or more estimation method to the data.
Pierre-Yves Boelle, Thomas Obadia
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.