plot_p {GeRnika} | R Documentation |
This function plots a phylogenetic tree with nodes sized and colored according to the proportions of each clone.
plot_p(phylotree, proportions)
phylotree |
An object of the |
proportions |
A numeric vector representing the proportions of each clone in the phylogenetic tree. The length of this vector should be equal to the number of clones in the tree. |
A graph representing the phylogenetic tree, with node sizes and colors reflecting clone proportions.