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