powered by
Visualizes a phylogenetic tree as a cladogram, coloring tips with the mycolors palette.
mycolors
plot_tb_cladogram(newick_text)
A ggplot object representing the phylogenetic cladogram.
A character string with the tree in Newick format.
# \donttest{ tree_text <- "(L8,((L1,(L7,(L4,(L2,L3)))),(L5,((A2,(A3,A4)),(A1,(L10,(L6,L9)))))));" plot_tb_cladogram(tree_text) # }
Run the code above in your browser using DataLab