load_output {rcontroll} | R Documentation |
load_output
load outputs from TROLL
simulation files using TROLL
simulation name
and path
.
load_output(name, path, thin = NULL)
name |
char. Name given to the model output. |
path |
char. Path where the model is saved. |
thin |
int. Vector of integers corresponding to the iterations to be kept to reduce output size, default is NULL and corresponds to no thinning. |
An S4 trollsim()
class object.
trollsim()
, trollstack()
, load_sim()
, load_stack()
## Not run:
load_output("test", "./")
## End(Not run)