len2wt,FLQuant,FLPar-method | R Documentation |
Converts length to weight based on $W=aL^b$
## S4 method for signature 'FLQuant,FLPar'
len2wt(length, params)
length |
age FLQuant, FLPar or numeric |
params |
|
... |
any other arguments |
Returns a class of same type as length
e.g. FLQuant
wt2len
## Not run:
params=FLPar(a=1,b=3)
len2wt(FLQuant(10),params)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.