create_mbd_params_table: Create a table of which each row holds a unique MBD parameter...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/create_mbd_params_table.R

Description

Create a table of which each row holds a unique MBD parameter combination.

Usage

1
2
3
4
5
6
7
8
9
create_mbd_params_table(
  lambdas = get_razzo_lambdas(),
  mus = get_razzo_mus(),
  nus = get_razzo_nus(),
  qs = get_razzo_qs(),
  cond = 1,
  crown_age = get_razzo_crown_age(),
  n_replicates = get_razzo_n_replicates()
)

Arguments

lambdas

per-lineage speciation rates. See mbd_sim

mus

per-species extinction rates. See mbd_sim

nus

the rates at which a multiple-birth specation is triggered. See mbd_sim

qs

per-species speciation probabilities in case of occurrance of a multiple event. See mbd_sim

cond

conditioning as specified in mbd_sim

crown_age

The crown age of the tree.

n_replicates

number of replicates

Value

a data frame with the following columns:

Author(s)

Giovanni Laudanno, Richèl J.C. Bilderbeek

See Also

use create_mbd_paramses to create a list of mbd_params

Examples

1

richelbilderbeek/razzo documentation built on March 10, 2021, 1:17 p.m.