print.R0.GT {R0} | R Documentation |
Print method for objects of class R0.GT
Description
Prints summary statistics for a generation time distribution from
generation.time()
.
Usage
## S3 method for class 'R0.GT'
print(x, ...)
Arguments
... |
Parameters passed to inner functions. |
GT |
Generation time distribution from |
Details
For internal use.
Displays the mean and standard deviation for generation time distributions
created with generation.time()
, along with the probabilities for each
time interval.
Value
This function does not return any data. Called for side effects.
Author(s)
Pierre-Yves Boelle, Thomas Obadia
[Package R0 version 1.3-1 Index]