wt2len: Mass to length conversion

wt2len,FLQuant,FLPar-methodR Documentation

Mass to length conversion

Description

converts weight to length

Usage

## S4 method for signature 'FLQuant,FLPar'
wt2len(wt, params, ...)

Arguments

wt

FLQuant, FLPar or numeric with length

params

FLPar with a and b, i.e. condition and scaling factors

...

any other arguments

Value

Returns an object of same class as wt e.g. FLQuant

See Also

len2wt

Examples

## Not run: 
params=FLPar(a=0.1,b=3)
wt2len(FLQuant(10),params)

## End(Not run)


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