plotR | R Documentation |
This function plots a time series of the effective reproduction number R and its confidence interval.
plotR(data, region, start = NULL, end = NULL, confInt = 0.95)
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>
plotForecast
, dataCovidFin
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.