invALK,FLQuant,missing,missing-method | R Documentation |
Creates an inverse Age-Length Key from length-at-age data using normal distributions
## S4 method for signature 'FLQuant,missing,missing'
invALK(
object,
model = vonbert,
age = ages(object),
cv = 0.1,
lmax = 1.2,
bin = 1,
max = NULL,
reflen = NULL
)
object |
An FLQuant object containing length-at-age data |
model |
Not used, maintained for method consistency |
age |
Vector of ages (default: ages from object) |
cv |
Coefficient of variation for length distribution (default: 0.1) |
lmax |
Multiplier for maximum length (default: 1.2) |
bin |
Length bin size (default: 1) |
max |
Maximum length (default: NULL) |
reflen |
Reference length for SD calculation (default: NULL) |
An FLPar object containing the probability matrix of age given length
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.