estWeight | R Documentation |
Estimate fish weight from fish length.
estWeight(Lmm, LWa, LWb)
Lmm |
A numeric vector, the total length of fish in mm. |
LWa |
A numeric vector of the multiplicative parameter in a length-weight relation, in log(g). See details. |
LWb |
A numeric vector of the exponential parameter in a length-weight relation, in 1/log(mm). See details. |
The weight (in g) is calculated from the length-weight relation as
Wg = LWa
* Lmm
^ LWb
.
A numeric vector of fish weights (in g), the same length as Lmm
.
paDens(c(0.001, 0.01, 0.1), c(4e-5, 5e-6, 8e-9))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.