mbd_experiment_pars: Generates parameters for the mbd experiment

Description Usage Arguments Value Author(s)

View source: R/mbd_utils.R

Description

Generates parameters for the mbd experiment

Usage

1
2
3
4
5
6
7
8
mbd_experiment_pars(
  lambdas = c(0.3),
  mus = c(0, 0.1),
  nus = c(0, 0.5, 1, 1.5),
  qs = c(0.1, 0.15, 0.2),
  cond = 1,
  age = 8
)

Arguments

lambdas

the sympatric speciation rates.

mus

the extinction rates.

nus

the multiple allopatric speciation trigger rates.

qs

the single-lineage speciation probabilities at a triggered event.

cond

sets the conditioning

  • cond = 0: no conditioning;

  • cond = 1: conditioning on stem or crown age and non-extinction of the phylogeny;

age

the age of the tree.

Value

the parameter table for the experiment

Author(s)

Giovanni Laudanno


Giappo/mbd documentation built on March 3, 2020, 3:36 a.m.