Description Usage Arguments Value Examples
View source: R/create_trait_state_params.R
Test if list has trait state parameters
1 | are_trait_state_params(trait_state_params)
|
trait_state_params |
object to be tested if conforms to trait state parameters |
Boolean that indicates if list conforms to expected area parameters as created by create_trait_state_params
1 2 3 4 5 6 7 8 9 | testit::assert(DAISIE:::are_trait_state_params(
create_trait_state_params(
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.