varselex: function to dynamically vary selex parameters

View source: R/selex.R

varselexR Documentation

function to dynamically vary selex parameters

Description

function to dynamically vary selex parameters

Usage

varselex(
  selpar,
  stock = NULL,
  step = 0.1,
  amin = NULL,
  amax = NULL,
  nyears = 5,
  type = c("crank", "shift", "dynamic")
)

Arguments

stock

optional stock object for tuning of age range

step

step size of change in one or several pars

amin

start of S50

amax

end of S50, required if stock = NULL

nyears

end years for computing aopt() as automated amax limit

type

option of selectivity change "crank","shift" or "dynamic"

selexpar

5 selex parameters of class FLPar

Value

FLPars of selex parameters

Author(s)

Henning Winker (JRC)


laurieKell/FLCandy documentation built on April 17, 2025, 5:23 p.m.