## load trees
data(salamanders)
data(sunfish.tree)
## plot using defaults
ansi_phylo(salamanders)
## plot using special characters
ansi_phylo(sunfish.tree,vertical="//",horizontal="*",
xlim=c(0,0.3),fsize=0.9)
## reset par to default
par(mar=c(5.1,4.1,4.1,2.1))
Run the code above in your browser using DataLab