plot_phylotree {GeRnika} | R Documentation |
Plot a phylogenetic tree
Description
This function generates a plot of a phylogenetic tree. If the 'labels' parameter is set to TRUE, the nodes of the tree will be labeled with the labels stored in the Phylotree
object.
Usage
plot_phylotree(phylotree, labels = FALSE)
Arguments
phylotree |
An object of the |
labels |
A logical value indicating whether to label the nodes with the labels stored in the |
Value
A plot of the phylogenetic tree.
[Package GeRnika version 1.0.0 Index]