Description Usage Arguments Value Author(s) Examples
View source: R/extract_first_lineage.R
Extract first lineagebranching times vector
1 | extract_first_lineage_brts(iw_sims)
|
iw_sims |
DAISIE object (list) as generated by |
List with a level per replicate, each containing a numeric vector with branching times of first lineage of the simulation.
Pedro Neves
1 2 3 4 5 6 | out <- phylometricsims:::run_iw_sims(
sim_pars = c(1, 1, 2, 3, 4, 5, 5),
n_mainland_spec = 1000
)
brts_list <- phylometricsims:::extract_first_lineage_brts(out)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.