Description Usage Arguments Value See Also
Converts the outputs from ecopath into rates for use in ecosim.
1 2 3 4 5 6 7 8 9 10 | rsim.params(
Rpath,
mscramble = 2,
mhandle = 1000,
preyswitch = 1,
scrambleselfwt = 0,
handleselfwt = 0,
steps_yr = 12,
steps_m = 1
)
|
Rpath |
Rpath object containing a balanced model. |
mscramble |
WILL REMOVE |
mhandle |
WILL REMOVE |
preyswitch |
WILL REMOVE - Adjust with adjust.scenario |
scrambleselfwt |
Value of 1 indicates no overlap while 0 indicates complete overlap. |
handleselfwt |
Value of 1 indicates no overlap while 0 indicates complete overlap. |
steps_yr |
Number of time steps per year. |
steps_m |
Number of time steps per month. |
Returns an Rpath.sim object that can be supplied to the ecosim.run function.
Other Rpath functions:
MTI()
,
adjust.fishing()
,
adjust.forcing()
,
adjust.scenario()
,
check.rpath.params()
,
create.rpath.params()
,
extract.node()
,
frate.table()
,
read.rpath.params()
,
rpath.groups()
,
rpath.stanzas()
,
rpath()
,
rsim.plot()
,
rsim.scenario()
,
rsim.step()
,
stanzaplot()
,
webplot()
,
write.Rpath()
,
write.Rsim()
,
write.rpath.params()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.