remove.stem.fossils | R Documentation |
Remove fossil samples that occur in the stem
remove.stem.fossils(fossils, tree)
fossils |
an object of class "fossils" that corresponds to fossil occurrences for "tree". |
tree |
an object of class "Phylo". |
an object of class "fossils", containing only the fossil samples that occur in the crown.
t = TreeSim::sim.bd.taxa(10, 1, 0.1, 0.05)[[1]] f = sim.fossils.poisson(0.1, t, root.edge = FALSE) remove.stem.fossils(f, t)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.