len2wt: Length to weight conversion

len2wt,FLQuant,FLPar-methodR Documentation

Length to weight conversion

Description

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

Usage

## S4 method for signature '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

wt2len

Examples

## Not run: 
params=FLPar(a=1,b=3)
len2wt(FLQuant(10),params)

## End(Not run)

flr/FLife documentation built on March 29, 2024, 5:50 p.m.