plot.transmat | R Documentation |
Plots the transmission matrix tree from from get_transmat
in one of three styles: a phylogram, a directed network, or
a transmission timeline.
## S3 method for class 'transmat'
plot(x, style = c("phylo", "network", "transmissionTimeline"), ...)
x |
A |
style |
Character name of plot style. One of |
... |
Additional plot arguments to be passed to lower-level plot
functions ( |
The phylo
plot requires the ape
package. The
transmissionTimeline
plot requires that the ndtv
package.
network::plot.network
, plot.phylo
,
transmissionTimeline
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.