The function estimates basal (or resting) metabolic rate (W) as a function of mass (g) and temperature (C). The function is based on empirical data and the metabolic theory of ecology (assumes a 3/4 scaling exponent) (Gillooly et al. 2001) .

Qmetabolism_from_mass_temp(m, T_b, taxon)

Arguments

m

numeric mass (grams).

T_b

numeric body temperature (C).

taxon

character organism type. Options: "bird", "mammal", "reptile", "amphibian", "invertebrate".

Value

numeric basal metabolism (W).

References

Gillooly JF, Brown JH, West GB, Savage VM, Charnov EL (2001). “Effects of size and temperature on metabolic rate.” Science, 293, 2248-2251. doi:10.1126/science.1061967 .

Examples

  Qmetabolism_from_mass_temp(m     = 100,
                             T_b   = 30,
                             taxon = "reptile")
#> [1] 0.06373466