View source: R/basics_utilities.R
plot_upgma | R Documentation |
Users can directly plot a single tree or the consensus of a multiPhylo object. The consensus is controled by the function tree_consensus.
plot_upgma(tree, ...)
tree |
a single tree or a set of trees in a multiPhylo object |
... |
parameters of the tree_consensus function |
Wilson Frantine-Silva <wilsonfrantine@gmail.com>
tree_consensus() upgma()
df <- simulate_data()
S <- renkonen(df, 100)
trees <- upgma(S)
plot_upgma(trees, "mcc")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.