phylo2L | R Documentation |
Converting a phylogeny to a table with speciation and extinction events
phylo2L(phy)
phy |
A phylogeny of the phylo type |
L |
Matrix of events as produced by dd_sim: |
Liang Xu
- Etienne, R.S. et al. 2012, Proc. Roy. Soc. B 279: 1300-1309,
doi: 10.1098/rspb.2011.1439
- Etienne, R.S. & B. Haegeman 2012. Am. Nat.
180: E75-E89, doi: 10.1086/667574
sim = dd_sim(c(0.2,0.1,20),10)
phy = sim$tas
L = phylo2L(phy)
phy2 = L2phylo(L, dropextinct = FALSE)
graphics::par(mfrow = c(1,3))
graphics::plot(phy)
graphics::plot(phy2)
graphics::plot(L2phylo(sim$L, dropextinct = FALSE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.