Learn R Programming

rcontroll (version 0.1.2)

load_sim: Load outputs from simulation or stack of simulations

Description

load_sim is a method of trollsim() or trollstack() with wirtten files not in R memory to load them into R memory taking advantage of load_output() and load_stack().

Usage

load_sim(sim, ...)

# S4 method for trollsim load_sim(sim, ...)

Value

An S4 trollsim() or trollstack() class object.

Arguments

sim

trollsim or trollstack.

...

unused argument.

See Also

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