View source: R/DAISIE_check_format.R
are_trait_pars | R Documentation |
Test if list has trait state parameters
are_trait_pars(trait_pars)
trait_pars |
A named list containing diversification rates considering
two trait states created by
|
Boolean that indicates if list conforms to expected area parameters as created by create_trait_pars
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.