Description Usage Arguments Details See Also Examples
View source: R/batDynamic_fun.R
DetModel
solves differential equasions accociated with the
deterministic model of fungal growth.
1 | batDynamic(t, y, params)
|
t |
time |
y |
dependant varriables calculated within
|
params |
parameters accociated with |
internal function for hibernationModel
to calculate the
proportion of time and energy spent in the various states that compose a hibernation.
Other Model Engine: buildEnv
,
hibernationModel
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.