Skip to contents

Summarize production of model run.

Usage

get_production(result, lag = TRUE)

Arguments

result

mdl_rn object.

lag

Logical if TRUE, difference to previous time step is returned.

Value

data.frame

Details

Function to summarize the bg and ag seagrass production of each time step. The lag argument allows return the cumulative values (FALSE), or the difference to the previous time step (TRUE).

Examples

if (FALSE) {
get_production(result_rand)
}