Learn R Programming

osmose (version 0.1.1)

getFishingBaseRate.linear: Get fishing base rate using a linear rate

Description

Get fishing base rate using a linear rate

Usage

getFishingBaseRate.linear(sp, fishing, T, ndt)

Arguments

sp

Current specie (sp0, sp1, etc.)

fishing

Fishing parameters

T

Number of years

ndt

Time step

Details

It assumes that in the Osmose configuration, there is a "fishing" entry. It reads the rate.spX and rate.slope.spX parameters. The slope is computed any time the fishing frequency changes (fishingperiod parameter) For instance, if ndt=20, period=5, there are 4 time steps between two fishing time step. Therefore, the value will be (i0, i0, i0, i0, i1, i1, i1, i1, ...)