surface_area_from_length: Organism Surface Area from Length
Description
This function estimates surface area (m2) from length (m) by approximating the animal's body as a rotational ellipsoid with half the body length as the semi-major axis.
Usage
surface_area_from_length(l)
Value
numeric surface area (m2).
Arguments
l
numeric length (m).
Details
Following Samietz2005;textualTrenchR and Lactin1998;textualTrenchR.
References
See Also
Other allometric functions:
mass_from_length(),
proportion_silhouette_area_shapes(),
proportion_silhouette_area(),
surface_area_from_mass(),
surface_area_from_volume(),
volume_from_length()