surface_area_from_length: Organism Surface Area from Length

surface_area_from_lengthR Documentation

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)

Arguments

l

numeric length (m).

Details

Following \insertCiteSamietz2005;textualTrenchR and \insertCiteLactin1998;textualTrenchR.

Value

numeric surface area (m2).

References

\insertAllCited

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()

Examples

  surface_area_from_length(l = 0.04)


trenchproject/TrenchR documentation built on Oct. 10, 2023, 10:12 p.m.