Plotting
Trees can be plot using the plot
function from Plots.jl. Additionally, there is a function to print an ascii-art version of the tree to the console.
MCPhyloTree.print_ascii
— Methodfunction print_ascii(root::N) where N<:AbstractNode
Prints the ASCII representation of the tree. Adapted for Julia from the ETE toolkit implementation.
root
: Root node of tree to print.