View source: R/11.4-main-validators.R
| validate_bioenergetic_for_simulation | R Documentation |
Validates a Bioenergetic object before simulation, checking all required components with comprehensive error accumulation.
validate_bioenergetic_for_simulation(bio_obj)
bio_obj |
Bioenergetic object |
A named list with four elements: valid (logical),
errors (character vector), warnings (character vector),
and ready_to_run (logical, TRUE only when valid is
TRUE). Errors are accumulated across all sub-checks (structure,
species equations, temperature data, diet data, initial weight) rather
than stopping at the first failure.
# Requires a fully-configured Bioenergetic object; see ?Bioenergetic
# result <- validate_bioenergetic_for_simulation(bio)
# result$valid
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.