Description Usage Arguments Author(s) References Examples
View source: R/plot_phybreak.R
Plots a phybreak-object three times: (1) as transmission tree, (2) as phylogenetic tree,
and (3) as transmission tree with phylogenetic trees for each host using the default graphical parameters
of plotTrans, plotPhylo, and plotPhyloTrans. The default
is to plot the current state, but any posterior sample can be chosen, as well as various consensus trees. Consensus tree "edmonds"
plots only a transmission tree, consensus tree "mcc" only a phylogenetic tree and a combined tree.
1 2 3 |
x |
An object of class |
plot.which |
Either |
samplenr |
If |
... |
Some methods for this generic require additional arguments. None are used in this method. |
Don Klinkenberg don@xs4all.nl
Klinkenberg et al. (2017) Simultaneous inference of phylogenetic and transmission trees in infectious disease outbreaks. PLoS Comput Biol, 13(5): e1005495.
1 2 3 4 5 6 7 | #First build a phybreak-object containing samples.
simulation <- sim_phybreak(obsize = 5)
MCMCstate <- phybreak(dataset = simulation)
MCMCstate <- burnin_phybreak(MCMCstate, ncycles = 20)
MCMCstate <- sample_phybreak(MCMCstate, nsample = 50, thin = 2)
plot(MCMCstate, plot.which = "mpc")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.