Skip to contents

Plotting method.

Usage

plot_production(result, summarize = FALSE, lag = TRUE)

Arguments

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.

Details

Plotting method for mdl_rn object simulated with run_simulation for bg and ag biomass production.

Examples

if (FALSE) {
plot_production(result = result_rand)
}