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
)

Arguments

Rpath

R object containing a balanced Rpath 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.

Value

Returns an Rsim.params object that is passed to the rsim.run

function via the rsim.scenario function.

See also

Other Rsim functions: rsim.plot(), rsim.run(), rsim.scenario(), rsim.step()