arg_para: Get possible values of argument para

Description Usage Details Author(s) See Also

View source: R/arg_para.R

Description

Input values currently accepted for argument para.

Usage

1

Details

Use para_to_pars() to translate para into parameter values.

Each value is a four-digit number coding for a set of parameter values. In order: crown age, baseline speciation rate (λ_0), extinction rate (μ_0), and carrying capacity (K). Values are encoded as follows:

digit crown_age λ_0 μ_0 K
1 5 - 0 40
2 10 0.8 - 80
3 15 - - -
4 60 - 0.4 -

For example, para = 3241 denotes the following parameter set:

This para code can be converted to parameter values with para_to_pars().

Note that many cells in the table above are left empty, and only three parameters actually change value across parameter sets. These empty cells correspond to parameter values that were considered in earlier steps of the project, and later abandonned.

Author(s)

Theo Pannetier

See Also

para_to_pars()


TheoPannetier/DDvTDtools documentation built on Oct. 22, 2020, 2:31 p.m.