Description Usage Arguments Value Author(s) References Examples
coolTime Calculates time to cool from euthermic conditions to
torpid state given the ambient temperature.
1  | coolTime(Ta, bat.params)
 | 
Ta | 
 ambient temperature  | 
bat.params | 
 list of parameters output from   | 
Time in hours.
Katie Haase
McKechnie & Wolf 2004 equation 3
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")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.