arousalTime: Calculate time to arouse from torpor to euthermic...

Description Usage Arguments References See Also Examples

View source: R/arousalTime_fun.R

Description

arousalTime Calculates time to arouse to euthermic conditions given ambient conditions

Usage

1

Arguments

Ta

ambient temperature

bat.params

list of parameters output from batLoad

References

McKechnie & Wolf 2004 equation 3

See Also

arousalEnergy, coolTime, coolEnergy, euthermicEnergy, flyingEnergy, flyingTime

Other Arousal Functions: arousalEnergy, coolEnergy, euthermicEnergy, flyingEnergy, flyingTime

Examples

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

e <- -10:34 #temperature vector

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

plot(e, r, xlab = "Temp (C)", ylab = "Time to Arrousal",
     main = "arousalTime")

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