meancoalwithinbetween {genealogy} | R Documentation |
Calculate mean coalescence times within and between populations.
meancoalwithinbetween(t)
t |
An object of class migtree |
Returns a vector of length two, the first is the mean coalescence time within populations, the second the mean coalescence time between populations.
Ian Wilson <I.Wilson@maths.abdn.ac.uk>
m1<- coalmig(c(10,10,10),M=0.5) meancoalwithinbetween(m1) meancoalwithinbetween(coalmig(c(10,10,10),M=5))