iALK: inverse ALK function with lmin added to FLCore::invALK

View source: R/OMsim.R

iALKR Documentation

inverse ALK function with lmin added to FLCore::invALK

Description

inverse ALK function with lmin added to FLCore::invALK

Usage

iALK(
  params,
  model = vonbert,
  age,
  cv = 0.1,
  lmin = 5,
  lmax = 1.2,
  bin = 1,
  max = ceiling(linf * lmax),
  reflen = NULL
)

Arguments

params

growth parameter, default FLPar(linf,k,t0)

model

growth model, only option currently vonbert

age

age vector

cv

of length-at-age

lmin

minimum length

lmax

maximum upper length specified lmax*linf

bin

length bin size, dafault 1

max

maximum size value

reflen

evokes fixed sd for L_a at sd = cv*reflen

timing

t0 assumed 1st January, default seq(0,11/12,1/12), but can be single event 0.5

unit

default is "cm"

Value

FLPar age-length matrix


Henning-Winker/FLRef documentation built on July 14, 2024, 7:28 a.m.