mlandistest / code

2 stars 0 forks source link

Add ASCII tree drawing [sf#41] #53

Open mlandis opened 10 years ago

mlandis commented 10 years ago

Reported by ronquist on 2013-11-23 08:03 UTC As in MrBayes, we need a function for drawing/printing trees in ASCII format in the console window. It should handle both polytomous and fully dichotomous trees, small trees and large trees, clock trees and non-clock trees, cladograms and phylograms, and trees with support values (consensus trees). It should be made available as a separate function (or set of functions) working on tree objects. It should also be incorporated in some function or functions for post-hoc analysis of tree samples.

mlandis commented 10 years ago

Updated by ronquist on 2013-11-23 08:49 UTC