R/tree.plot.R

Defines functions `tree.plot`

`tree.plot` <-
function(tree)
{
	plot.phylo(read.tree(text=tree))   
}
lliu1871/phybase documentation built on April 21, 2024, 3:16 a.m.