test_step: test step length function

View source: R/test_step.R

test_stepR Documentation

test step length function

Description

test_step is a function to test and review parameters for the step_length function. This is primarily to help with identifying the right parameters for the desired relationship between revenue and step length.

Usage

test_step(step_params = step_params, rev.max = 2000)

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 ..

rev.max

is the maximum revenue at which to test the step length function.

Value

is a plot of the relationship between revenue and step length

Examples

test_step(step_params = list(B1 = 1, B2 = 50, B3 = 2000, rate = 1), rev.max
= 2000)

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