filter_mdlrn | R Documentation |
Filter model run for specific time step.
filter_mdlrn(result, filter = max(result$max_i), reset = FALSE)
result |
mdl_rn object. |
filter |
Integer with one or vector with min/max time step(s) to filter. |
reset |
Logical if TRUE, cumulative seafloor values are reduced by value before filter minimum. |
This functions allows to return only specific time steps of a mdl_rn
object
created with run_simulation
.
mdl_rn
## Not run:
filter_mdlrn(result = result_rand, filter = c(result_rand$max_i / 2, result_rand$max_i))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.