EpiInvert_plot {EpiInvert}R Documentation

EpiInvert_plot

Description

EpiInvert_plot() plots the results obtained by EpiInvert

Usage

EpiInvert_plot(
  x,
  what = "all",
  date_start = "1000-01-01",
  date_end = "3000-01-01"
)

Arguments

x

an object of class estimate_EpiInvert.

what

one of the following drawing options:

  • all: a plot combining the main EpiInvert results.

  • R: a plot of the reproduction number Rt estimation.

  • incid: a plot combining the obtained incidence curves.

  • SI: the serial interval used in the EpiInvert estimation.

date_start

the start date to plot

date_end

the final date to plot

Value

a plot.

See Also

EpiInvert


[Package EpiInvert version 0.3.1 Index]