Filter model run for specific time step.
Usage
filter_mdlrn(result, filter = max(result$max_i), reset = FALSE)
Details
This functions allows to return only specific time steps of a mdl_rn
object
created with run_simulation
.
Examples
if (FALSE) { # \dontrun{
filter_mdlrn(result = result_rand, filter = c(result_rand$max_i / 2, result_rand$max_i))
} # }