View source: R/waiting_times.R
| waiting_times | R Documentation | 
Turns the phylogeny into a lineage-through-time table, and for which event computes the time to next event.
waiting_times(phylo)
phylo | 
 an object of the class   | 
a tibble with a row per event and four columns:
time, time of an event
N, number of species in the tree at that time
next_event, type of the next event; either "speciation" or
"extinction"
waiting_time, time to the next event
is_speciation, lgl shortcut to type of event
Théo Pannetier
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.