print.phybreak: Description of phybreak object.

Description Usage Arguments Author(s) References Examples

View source: R/print_phybreak.R

Description

Give a short description of the data and the model, with the current parameter values.

Usage

1
2
## S3 method for class 'phybreak'
print(x, ...)

Arguments

x

A phybreak object.

...

Some methods for this generic require additional arguments. None are used in this method.

printlen

The number of host names to print.

Author(s)

Don Klinkenberg don@xs4all.nl

References

Klinkenberg et al. (2017) Simultaneous inference of phylogenetic and transmission trees in infectious disease outbreaks. PLoS Comput Biol, 13(5): e1005495.

Examples

1
2
3
simulation <- sim_phybreak()
x <- phybreak(simulation)
print(x)

donkeyshot/phybreak documentation built on Sept. 17, 2021, 9:32 p.m.