Uses a balanced Rpath
model and creates a scenario consisting of 5 list objects:
params
, start_state
, forcing
, fishing
, and
stanzas
.
rsim.scenario(Rpath, Rpath.params, years = 1:100)
R object containing a balanced Rpath
model.
R object containing the Rpath parameters. This is generated either by the create.rpath.params or read.rpath.params functions.
A vector of each year of the simulation.
Returns an Rsim.scenario
object that can be supplied to the
rsim.run
function.
Other Rsim functions:
rsim.params()
,
rsim.plot()
,
rsim.run()
,
rsim.step()