hibernationModel: Dynamic energy cost calculation

Description Usage Arguments Details Value See Also Examples

View source: R/hibernationModel_fun.R

Description

hibernationModel determines the growth area of Pd and the sums the energy consumed under specified environmental conditions.

Usage

1

Arguments

env

an object produced by buildEnv conataing range of env conditions and a time vector to run the model across

bat.params

parameters returned by bat.params

fung.params

parameters returned by fung.params

Details

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.

Value

returns a dataframe containing a model results for each set of environmental conditions at each time point.

See Also

batDynamic, buildEnv

Other Model Engine: batDynamic, buildEnv

Examples

 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)

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