View source: R/create_params_table.R
Create the parameter table to generate simulations
1 2 3 | create_params_table(lambdas = c(0.2), mus = c(0, 0.1), nus = c(0,
0.5, 1, 1.5), qs = c(0.1, 0.15, 0.2), cond = 1, crown_age = 8,
n_replicates = 2)
|
lambdas |
per-lineage speciation rate. See |
mus |
per-species extinction rate. See |
nus |
the rate at which a multiple-birth specation is triggered. |
qs |
per-species speciation probability in case of occurrance of |
cond |
Conditioning |
crown_age |
The crown age of the tree |
n_replicates |
number of replicates |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.