Description Usage Arguments Value Examples
This can be used to clean the output, such that the condition description is not as long anymore.
1 | reduce_ic_list(ic_list)
|
ic_list |
list of initial conditions |
list(ic_list, modified pars)
1 2 3 4 | pars <- c(a=5,b=1)
ic_list <- c(a=1,b=1:2)
pars[names(reduce_ic_list(ic_list)[[2]])] <- reduce_ic_list(ic_list)[[2]]
ic_list <- reduce_ic_list(ic_list)[[1]]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.