runMICE: Run a simulation of the MICE model

View source: R/mice-main.R

runMICER Documentation

Run a simulation of the MICE model

Description

Run a simulation of the MICE model

Usage

runMICE(groups, fleets, environment = NULL, T, ndtPerYear = 4, par = NULL,
  Fmult = 1, prices = NULL, eta_crit = 0.57, niter = 7,
  subDtPerYear = 24, verbose = TRUE, pop = NULL, resources = NULL)

Arguments

groups

A list containing the information to create the functional groups. See details.

fleets

A list containing the information to create the fleets. See details.

environment

A list containing the environmental information. One value per time step is required.

ndtPerYear

Number of time steps per year.

par

A list with parameters values. These parameters take precedence over 'groups' and 'fleets'.

Fmult

Fishing multiplier. All the fishing mortalities are multiplied by this value.

niter

Number of iterations for the calculation of predation mortality.

verbose

Logical, should running messages be produced?

Mstarv

Maximum starvation mortality.

Ystar

Optimal annual food ration per gram of biomass.

delta

Fraction of prey population available to predators.

Value

A list with the abundance (N), length (L) and biomass (B) of all the species modeled.


roliveros-ramos/mice documentation built on Aug. 24, 2023, 5:43 a.m.