Learn R Programming

rcontroll (version 0.1.2)

load_stack: Load outputs from a stack of simulations

Description

load_stack load outputs from a stack of TROLL simulation files using TROLL stack of simulation name and path.

Usage

load_stack(name, path, thin = NULL)

Value

An S4 trollstack() class object.

Arguments

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.

See Also

trollsim(), trollstack(), load_sim(), load_stack()

Examples

Run this code
if (FALSE) {
load_stack("test", "./")
}

Run the code above in your browser using DataLab