ExampleScripts/euthermicEnergy_ex.R

##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.