R/prettyTree.R

prettyTree <-
function(ntax=10,edge.width=10)
{
    plot(ladderize(chronogram(rtree(ntax)),right=FALSE),show.tip.label=FALSE,direction="upwards",edge.width=edge.width)
}
bomeara/utilitree documentation built on May 12, 2019, 11:37 p.m.