View source: R/plot_production.R
plot_production | R Documentation |
Plotting method.
plot_production(result, summarize = FALSE, lag = TRUE)
result |
mdl_rn object. |
summarize |
Logical if values over time should be plotted. |
lag |
Logical if TRUE, cumulative or difference to previous time step should be returned. |
Plotting method for mdl_rn
object simulated with run_simulation
for bg and ag biomass production.
## Not run:
plot_production(result = result_rand)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.