This function plots a phylogenetic tree with nodes sized and colored according to the proportions of each clone.
plot_p(phylotree, proportions)
A graph representing the phylogenetic tree, with node sizes and colors reflecting clone proportions.
An object of the Phylotree
class representing the phylogenetic tree to be plotted.
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.