print.R0.R: Print method for objects of class 'R0.R'

View source: R/print.R0.R.R

print.R0.RR Documentation

Print method for objects of class R0.R

Description

Prints summary statistics for an estimated reproduction ratio.

Usage

## S3 method for class 'R0.R'
print(x, ...)

Arguments

x

An estimated object, output from est.R0.xx() routines (class R0.R).

...

Parameters passed to inner functions.

Details

For internal use.

Displays the estimated reproduction ratio along with its confidence interval. For the TD method, the time-series of R(t) is printed.

Value

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

Author(s)

Pierre-Yves Boelle, Thomas Obadia


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

Related to print.R0.R in R0...