| surface_area_from_volume | R Documentation | 
The function estimates surface area (m2) from volume (m3) for a variety of taxa following \insertCiteMitchell1976;textualTrenchR.
surface_area_from_volume(V, taxon)
| V | 
 | 
| taxon | 
 | 
All models follow (SA = Ka V2/3) with surface area and volume in meters.
 Lizards: \insertCiteNorris1965;textualTrenchR:
 Ka = 11.0
 Frogs: \insertCiteTracy1972;textualTrenchR:
 Ka = 11.0
 Sphere: \insertCiteMitchell1976;textualTrenchR:
 Ka = 4.83
numeric surface area (m2).
Other allometric functions: 
mass_from_length(),
proportion_silhouette_area_shapes(),
proportion_silhouette_area(),
surface_area_from_length(),
surface_area_from_mass(),
volume_from_length()
  surface_area_from_volume(V     = 0.001, 
                           taxon = "lizard")
  surface_area_from_volume(V     = 0.001,  
                           taxon = "frog")
  surface_area_from_volume(V     = 0.001,  
                           taxon = "sphere")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.