Description Usage Arguments Value References Examples
This function determines the degree to which ectotherms experience body temperatures outside their set-point range, better known as the accuracy of temperature regulation (db) as described by Hertz et al. (1993). Descriptive statistics are automatically computed as well.
1 | calculate_db(tb, tset_low, tset_up)
|
tb |
A vector containing body temperature measurements. |
tset_low |
Lower boundary of a species or population set-point range that was determined through thermal preference trials in a temperature gradient. |
tset_up |
Upper boundary of the set-point range. |
Degree to which ectotherms experience body temperatures outside their set-point range (db), and associated descriptive statistics.
Hertz, P. E., Huey, R. B., & Stevenson, R. D. (1993). Evaluating temperature regulation by field-active ectotherms: the fallacy of the inappropriate question. The American Naturalist, 142(5), 796-818.
1 2 | tb <- na.omit(bufbuf[,"tb"])
db_stats <- calculate_db(tb, 19.35, 26.44)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.