rsim.params: Initial set up for Rsim module of Rpath

View source: R/ecosim.R

rsim.paramsR Documentation

Initial set up for Rsim module of Rpath

Description

Converts the outputs from Rpath into rates for use in Rsim.

Usage

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()


NOAA-EDAB/Rpath documentation built on June 5, 2024, 9:03 p.m.