Description Usage Arguments Value Author(s) See Also Examples
This function plots a time series of the effective reproduction number R and its confidence interval.
1 |
data |
data frame including columns |
region |
characters string indicating the region for which the R series is computed |
start |
beginning date of the time window for which the R is computed |
end |
ending date of the time window for which the R is computed |
confInt |
decimal between 0 and 1, indicating the level of the confidence interval of R |
No value
Arto Luoma <arto.luoma@wippies.com>
1 2 | data(dataCovidFin)
plotR(data=dataCovidFin, region='All regions')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.