env_eval {mrgsolve} | R Documentation |
Re-evaluate the code in the ENV block
Description
The $ENV
block is a block of R code that can realize any sort of R object
that might be used in running a model.
Usage
env_eval(x, seed = NULL)
Arguments
x |
a model object. |
seed |
passed to |
See Also
[Package mrgsolve version 1.5.2 Index]