calc_E: Calculate E temperature coefficient

View source: R/calc_E.R

calc_ER Documentation

Calculate E temperature coefficient

Description

An E value is a relatively recent metric to parameterize the temperature-sensitivity of a biological rate (MO2). It is similar conceptually (but not numerically) to Q10.

Usage

calc_E(x, temp)

Arguments

x

a numeric vector of rate values (e.g. MO2) or any other values (e.g. Pcrit).

temp

a numeric vector of temperature values (in Celsius).

Details

E is the slope of the relationship between -ln(x) and 1/(kB T), where kB is the Boltzmann constant expressed in eV/K.

Author(s)

Matthew A. Birk, matthewabirk@gmail.com

References

Deutsch, Curtis et al. 2015. “Climate Change Tightens a Metabolic Constraint on Marine Habitats.” Science 348(6239): 1132–35.

See Also

Q10, adj_by_temp

Examples

calc_E(x = c(1, 2, 3), temp = c(10, 20, 30))


respirometry documentation built on July 9, 2023, 5:30 p.m.