R/get.max.depth.R

Defines functions get.max.depth

get.max.depth <-
function(phy){
    ht=heights.phylo(phy)
	N=Ntip(phy)
	Tmax=ht$start[N+1]
    Tmax
}
melmasri/HPprediction documentation built on May 2, 2020, 11:09 a.m.