sim.cryptic.species | R Documentation |
Simulate cryptic species on a taxonomy object
sim.cryptic.species(species, kappa)
species |
Taxonomy object. |
kappa |
Probability that speciation event is cryptic. |
An object of class taxonomy. Note the origin or root can not be cryptic.
taxonomy
t = ape::rtree(10) sp = sim.taxonomy(t, 1) sim.cryptic.species(sp, 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.