Learn R Programming

R0 (version 1.2-10)

print.R0.sR: Plot the R0/Rt value along with confidence interval of all requested models to epidemic data

Description

Plot the R0/Rt value along with confidence interval of all requested models to epidemic data

Usage

# S3 method for R0.sR
print(x, ...)

Value

Called for its side effect : Prints all R0 or R(t) values from requested estimation methods.

Arguments

x

Result of est.R0 (class sR))

...

Parameters passed to inner functions

Author

Pierre-Yves Boelle, Thomas Obadia

Details

For internal use. Called by print.

Tweaked print() function that prints the reproduction number values for each method contained in the object constructed by est.RO().