lengthToMass | R Documentation |
Convert a vector of body lengths to a vector of body masses using the formula
mass = LWa * lengths^LWb
. LWa
and LWb
will be species-specific.
User must ensure that units are consistent.
lengthToMass(lengths, LWa, LWb)
lengths |
vector of lengths |
LWa |
multiplicative coefficient in equation |
LWb |
exponent in equation |
vector of body masses
Andrew Edwards
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.