plotRTD: Plot R0 for Time-Dependent method

View source: R/plot.R0.R.R

plotRTDR Documentation

Plot R0 for Time-Dependent method

Description

Internal plot method for TD estimates.

Usage

plotRTD(x, xscale, TD.split, ...)

Arguments

x

An estimated object, output from estimate.R() with method = "TD".

xscale

Scale to be adjusted on x-axis. Can be d (day), w (week (default)), f (fornight), m (month).

TD.split

Boolean. Parameter to force the display of both R(t) and the epidemic curve in the same window for the TD method.

...

Parameters passed to inner functions.

Details

This plots the time-dependent R(t) reproduction number along with confidence band.

Value

This function does not return any data. Called for side effect.

Author(s)

Pierre-Yves Boelle, Thomas Obadia


R0 documentation built on Sept. 26, 2023, 5:10 p.m.

Related to plotRTD in R0...