##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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.