
Last chance! 50% off unlimited learning
Sale ends in
posterior.evolrate
; can be used to graft a clade into a receptor tree, at the "sticky tip" labeled with "NA"
.paste.tree(tr1, tr2)
tr1<-rtree(10)
tr2<-rtree(10)
tr1$tip.label[1]<-"NA"
tr2$root.edge<-0
tr3<-paste.tree(tr1,tr2)
Run the code above in your browser using DataLab