coolTime: Calculate time to cool from euthermic to torpor.

Description Usage Arguments Value Author(s) References Examples

View source: R/coolTime_fun.R

Description

coolTime Calculates time to cool from euthermic conditions to torpid state given the ambient temperature.

Usage

1

Arguments

Ta

ambient temperature

bat.params

list of parameters output from batLoad

Value

Time in hours.

Author(s)

Katie Haase

References

McKechnie & Wolf 2004 equation 3

Examples

1
2
3
4
5
6
7
8
##CalcCoolTime
data("mylu.params")

e <- seq(-10:34) #temperature vector

r <- coolTime(Ta = e, bat.params = mylu.params)

plot(e, r, xlab = "Temp (C)", ylab = "Time")

cReedHranac/batwintor documentation built on Jan. 27, 2020, 7:39 p.m.