batDynamic: Deterministic Model of Fungal Growth

Description Usage Arguments Details See Also Examples

View source: R/batDynamic_fun.R

Description

DetModel solves differential equasions accociated with the deterministic model of fungal growth.

Usage

1
batDynamic(t, y, params)

Arguments

t

time

y

dependant varriables calculated within hibernationModel

params

parameters accociated with bat.params, and fung.params

Details

internal function for hibernationModel to calculate the proportion of time and energy spent in the various states that compose a hibernation.

See Also

hibernationModel, buildEnv

Other Model Engine: buildEnv, hibernationModel

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.