View source: R/sim.tip.sampling.R
sim.tip.samples | R Documentation |
Include extant and extinct tip samples in the fossil object, with optional rho sampling.
sim.tip.samples(fossils, tree, taxonomy = NULL, rho = 1)
fossils |
Fossils object. |
tree |
Phylo object. |
taxonomy |
Taxonomy object. |
rho |
Tip sampling probability. |
An object of class fossils containing extant or extinct tip samples equal to the age of the tips.
# simulate tree t = ape::rtree(6) # simulate fossils f = sim.fossils.poisson(2, t) # simulate tip samples f = sim.tip.samples(f, t, rho = 0.5) plot(f, t)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.