| mass_from_length | R Documentation | 
The function estimates mass (g) from length (m) for a variety of taxa.
mass_from_length(l, taxon)
| l | 
 | 
| taxon | 
 | 
All models follow (m = a lb) with mass in grams and length in meters.
 Lizards: \insertCiteMeiri2010;textualTrenchR:
 a = 16368.17
 b = 3.022
 Salamanders: \insertCitePough1980;textualTrenchR:
 a = 13654.4
 b = 2.94
 Frogs: \insertCitePough1980;textualTrenchR:
 a = 181197.1
 b = 3.24
 Snakes: \insertCitePough1980;textualTrenchR:
 a = 723.6756
 b = 3.02
 Turtles: \insertCitePough1980;textualTrenchR:
 a = 93554.48
 b = 2.69
 Insects: \insertCiteSample1993;textualTrenchR:
 a = 806.0827
 b = 2.494
numeric mass (g).
Other allometric functions: 
proportion_silhouette_area_shapes(),
proportion_silhouette_area(),
surface_area_from_length(),
surface_area_from_mass(),
surface_area_from_volume(),
volume_from_length()
  mass_from_length(l     = 0.04,
                   taxon = "insect")
  mass_from_length(l     = 0.04,
                   taxon = "lizard")
  mass_from_length(l     = 0.04,
                   taxon = "salamander")
  mass_from_length(l     = 0.04,
                   taxon = "frog")
  mass_from_length(l     = 0.04, 
                   taxon = "snake")
  mass_from_length(l     = 0.04, 
                   taxon = "turtle")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.