step_length: Step length function

step_lengthR Documentation

Step length function

Description

step_length is a function to calculate the step length a vessel takes based on the step parameters provided for a gamma function and the revenue from the most recent fishing activity.

Usage

step_length(step_params = params[["step_params"]], revenue = revenue)

Arguments

step_params

is a list of parameters which determine the relationship between revenue gained from the recent fishing activity and the next move step length, based on a gamma function. The list contains the following:

  • rate Determines the rate ....

  • B1 Determines...

  • B2 Determines ...

  • B3 Determines ..

revenue

is the last observed fishing revenue for the vessel

Value

step - the size of the next step

Examples

step_length(step_params = list(B1 = 1, B2 = 50, B3 = 2000, rate = 1),
revenue = 300)

pdolder/MixFishSim documentation built on Oct. 17, 2023, 4:25 p.m.