iALK | R Documentation |
inverse ALK function with lmin added to FLCore::invALK
iALK(
params,
model = vonbert,
age,
cv = 0.1,
lmin = 5,
lmax = 1.2,
bin = 1,
max = ceiling(linf * lmax),
reflen = NULL
)
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" |
FLPar age-length matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.