plot_treemix | R Documentation |
Plot population tree
plot_treemix(
obj,
plot.nodes = TRUE,
plot.migration = TRUE,
branch.colour = "grey",
branch.width = 0.5,
label = TRUE,
...
)
obj |
pieces of a TreeMix run from |
plot.nodes |
show dots for internal and leaf nodes of population tree |
plot.migration |
show migration edges as curved arrows |
branch.colour |
colour to use when drawing edges of population tree |
branch.width |
weight of drift edges of population tree |
A ggplot2
plot, with dataframes fo tips and edges of tree returned as attributes attr(,"tips")
and attr(,"edges")
respectively
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.