load_sim {rcontroll} | R Documentation |
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 signature 'trollsim'
load_sim(sim, ...)
Arguments
sim |
trollsim or trollstack. |
... |
unused argument. |
Value
An S4 trollsim()
or trollstack()
class object.
See Also
trollsim()
, trollstack()
, load_sim()
, load_stack()
[Package rcontroll version 0.1.1 Index]