View source: R/12-simulation-engine.R
| execute_daily_simulation | R Documentation |
Coordinates all daily calculations for one simulation day. Main business logic function that orchestrates low-level calculations.
execute_daily_simulation(
day,
current_weight,
consumption_method,
processed_simulation_data,
oxycal = 13560
)
day |
Simulation day number |
current_weight |
Current fish weight (g) |
consumption_method |
List with method type and value |
processed_simulation_data |
Complete processed simulation data |
oxycal |
Oxycalorific coefficient (J/g O2) |
List with all daily results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.