Description Usage Arguments Details Value See Also Examples
View source: R/hibernationModel_fun.R
hibernationModel determines the growth area of Pd and the sums the
energy consumed under specified environmental conditions.
1  | 
env | 
 an object produced by   | 
bat.params | 
 parameters returned by   | 
fung.params | 
 parameters returned by   | 
This function formats, data going into, and processes data coming out of
batDynamic, and is the main main function of the package.
Outputs from ths function can be exceedingly large, and take a heckin' long time
so please plan accordingly.
returns a dataframe containing a model results for each set of environmental conditions at each time point.
Other Model Engine: batDynamic,
buildEnv
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15  | ## DynamicEnegryPd_ex
data("mylu.params")
data("fung.params")
fung.ch <- fungalSelect("Chaturvedi")
env.df <- buildEnv(temp = c(1:10),
                pct.rh = c(90:100),
                range.res.temp = 1,
                range.res.rh = 1,
                twinter = 9,
                winter.res = 4)
bingo <- hibernationModel(env.df, mylu.params, fung.ch)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.