get_limits | R Documentation |
Get min/max values
get_limits(result)
result |
List with mdl_rn objects. |
Returns list with minimum and maximum values of several model runs for better
plotting. The list includes the range for i) bg_biommass, ii) ag_biomass,
iii) nutrients_pool, and iv) detritus_pool. Can be provided to the limits
argument of the plot.mdl_rn
function.
list
## Not run:
get_limits(result = list(result_rand, result_attr))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.