are_trait_pars: Test if list has trait state parameters

Description Usage Arguments Value Examples

View source: R/create_pars.R

Description

Test if list has trait state parameters

Usage

1
are_trait_pars(trait_pars)

Arguments

trait_pars

A named list containing diversification rates considering two trait states created by create_trait_pars:

  • [1]:A numeric with the per capita transition rate with state1

  • [2]:A numeric with the per capita immigration rate with state2

  • [3]:A numeric with the per capita extinction rate with state2

  • [4]:A numeric with the per capita anagenesis rate with state2

  • [5]:A numeric with the per capita cladogenesis rate with state2

  • [6]:A numeric with the per capita transition rate with state2

  • [7]:A numeric with the number of species with trait state 2 on mainland

Value

Boolean that indicates if list conforms to expected area parameters as created by create_trait_pars

Examples

1
2
3
4
5
6
7
8
9
testit::assert(DAISIE:::are_trait_pars(
  create_trait_pars(
    trans_rate = 0.5,
    immig_rate2 = 0.1,
    ext_rate2 = 0.2,
    ana_rate2 = 0.3,
    clado_rate2 = 0.4,
    trans_rate2 = 0.5,
    M2 = 1000)) == TRUE)

xieshu95/DAISIE_new documentation built on March 20, 2020, 5:31 a.m.