arousalEnergy: Calculate energy needed during an arousal from torpor to...

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/arousalEnergy_fun.R

Description

arousalEnergy Calculate the enegry required to maintain eurthermic temperatures during an arousal from torpor.

Usage

1

Arguments

Ta

ambient temperature

bat.params

list of bat parameters output from batLoad

Value

returns enegry required to arouse from torpor to euthermia

Author(s)

Katie Haase

References

McKechnie & Wolf 2004 equation 3

See Also

coolEnergy, coolTime, euthermicEnergy, flyingEnergy, flyingTime

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

Examples

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

e <- -10:34 #temperature vector

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

plot(e, r, xlab = "Temp (C)", ylab = "Energy Expended",
     main = "arousalEnergy")

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