A data.frame specifying the parameters of the birth-death-sampling process that is used to
simulate the demonstration tree. These parameters control diversification
and sampling rates for each state.
Format
A data frame with 3 rows (one per state) and 5 columns:
stateThe character label for each state
rootpriorPrior probability distribution over states for the root node
lambdaNumeric speciation rate for each state
muNumeric extinction rate for each state
psiNumeric Sampling rate for each state
Examples
data(demo_pars)
demo_pars
#> state rootprior lambda mu psi
#> 1 1 0.3333333 1.5 0.3 0.1
#> 2 2 0.3333333 1.5 0.3 0.5
#> 3 3 0.3333333 1.5 0.3 0.5