rsim.params | R Documentation |
Converts the outputs from Rpath into rates for use in Rsim.
rsim.params(
Rpath,
mscramble = 2,
mhandle = 1000,
preyswitch = 1,
scrambleselfwt = 0,
handleselfwt = 0,
steps_yr = 12,
steps_m = 1
)
Rpath |
R object containing a balanced |
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 Rsim.params
object that is passed to the rsim.run
function via the rsim.scenario
function.
Other Rsim functions:
rsim.plot()
,
rsim.run()
,
rsim.scenario()
,
rsim.step()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.