plot.Rtnow {EpiLPS}R Documentation

Plot the nowcasted reproduction number

Description

This routine can be used to plot the nowcasted reproduction number based on an object of class Rtnow.

Usage

## S3 method for class 'Rtnow'
plot(x, datelab = "7d", cilevel = 0.95, xtickangle = 0, legendpos = "right",
 nowcastcol = "cornflowerblue", ...)

Arguments

x

An object of class Rtnow.

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 R_t curve.

...

Further arguments to be passed to plot.

Value

A plot of the nowcasted time-varying reproduction number.

Author(s)

Bryan Sumalinab (writing) and Oswaldo Gressani (editing).


[Package EpiLPS version 1.3.0 Index]