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.
plot_phylotree(phylotree, labels = FALSE)A plot of the phylogenetic tree.
An object of the Phylotree class representing the phylogenetic tree to be plotted.
A logical value indicating whether to label the nodes with the labels stored in the Phylotree object. Default is FALSE.