R/load_output.R
load_output.Rd
load_output load outputs from TROLL simulation files using TROLL simulation name and path.
load_output
TROLL
name
path
load_output(name, path, thin = NULL)
char. Name given to the model output.
char. Path where the model is saved.
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()
trollsim(), trollstack(), load_sim(), load_stack()
trollstack()
load_sim()
load_stack()
if (FALSE) { # \dontrun{ load_output("test", "./") } # }