Converts length to weight based on $W=aL^b$

# S4 method for FLQuant,FLPar
len2wt(length, params)

Arguments

length

age FLQuant, FLPar or numeric

params

FLPar

...

any other arguments

Value

Returns a class of same type as length e.g. FLQuant

See also

Examples

if (FALSE) {
params=FLPar(a=1,b=3)
len2wt(FLQuant(10),params)
}