View source: R/11.2-parameter-validators.R
| validate_species_equations | R Documentation |
Main function to validate all species equations
validate_species_equations(species_params)
species_params |
List with all species parameters |
A named list with four elements: valid (logical),
errors (character vector), warnings (character vector),
and category_results (named list with one validation result per
bioenergetic category checked).
sp <- list(
consumption = list(CEQ = 1, CA = 0.303, CB = -0.275, CQ = 0.06),
respiration = list(REQ = 2, RA = 0.0033, RB = -0.227,
RQ = 0.025, RTM = 30, RTO = 18),
egestion = list(EGEQ = 1, FA = 0.16),
excretion = list(EXEQ = 1, UA = 0.10),
predator = list(PREDEDEQ = 3, Alpha1 = 4800, Beta1 = 0.1)
)
validate_species_equations(sp)$valid
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.