load_stack {rcontroll} | R Documentation |
load_stack
load outputs from a stack of TROLL
simulation files using
TROLL
stack of simulation name
and path
.
load_stack(name, path, thin = NULL)
name |
char. Name given to the stack output. |
path |
char. Path where the stack 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 trollstack()
class object.
trollsim()
, trollstack()
, load_sim()
, load_stack()
## Not run:
load_stack("test", "./")
## End(Not run)