View source: R/S3_Rtnow_plot.R
plot.Rtnow | R Documentation |
This routine can be used to plot the nowcasted reproduction
number based on an object of class Rtnow
.
## S3 method for class 'Rtnow'
plot(x, datelab = "7d", cilevel = 0.95, xtickangle = 0, legendpos = "right",
nowcastcol = "cornflowerblue", ...)
x |
An object of class |
datelab |
Spacing for the ticks on the x-axis. |
cilevel |
Level of the credible interval. |
xtickangle |
Angle of the x-ticks. Default is 0 (horizontal). |
legendpos |
Position of the legend. |
nowcastcol |
Color of the nowcasted |
... |
Further arguments to be passed to plot. |
A plot of the nowcasted time-varying reproduction number.
Bryan Sumalinab (writing) and Oswaldo Gressani (editing).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.