calc_Ft: Calculate fishing mortality according to a fishing rule

Description Usage Arguments Value See Also

View source: R/MICE_functions.R

Description

There are two versions: one for species tracked by year, the other for species tracked by timestep. Note: it would be easy to make this a generic and set up alternative models for each species. This version is for species that are tracked by timestep. ts= t + (y * t).

Usage

1
calc_Ft(Species, y, ts, t)

Arguments

Species

A Species object.

y

The simulation year.

ts

The global timestep ()

t

The intra-year timestep.

Value

A scalar, Ft, the total fishing mortality rate (log scale) for timestep t.

See Also

Other fishing: calc_Fy, calc_catch


jcpayne/mice-models documentation built on May 18, 2019, 10:25 p.m.