converts weight to length

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

Examples

if (FALSE) {
params=FLPar(a=0.1,b=3)
wt2len(FLQuant(10),params)
}