load_sim {rcontroll} | R Documentation |
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()
.
load_sim(sim, ...)
## S4 method for signature 'trollsim'
load_sim(sim, ...)
sim |
trollsim or trollstack. |
... |
unused argument. |
An S4 trollsim()
or trollstack()
class object.
trollsim()
, trollstack()
, load_sim()
, load_stack()