euthermicEnergy: Calculate energy per time euthermic with ambient temperature

Description Usage Arguments Value See Also Examples

View source: R/euthermicEnergy_fun.R

Description

euthermicEnergy Function calculating the energy required to maintain euthermia for a given time and ambient temperature.

Usage

1

Arguments

Ta

ambient temperature

bat.params

list of bat parameters output from batLoad

Value

TODO find units accociated with it

See Also

coolEnergy, coolTime, flyingEnergy, flyingTime

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

Examples

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

e <- -10:34 #temperature vector

r <- euthermicEnergy(e, mylu.params)

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

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