fungalGrowth: How fungal growth rate varries with body temperature

Description Usage Arguments Value See Also Examples

View source: R/fungalGrowth_fun.R

Description

fungalGrowth Scales chosen fungal growth rate with to the body temperautre of the infected animal.

Usage

1
fungalGrowth(Tb, fung.params, t.min = 0)

Arguments

Tb

body temperature of the animal in degrees C

fung.params

list of parameters passed through TODO NameFunction

t.min

temperature minimum (= 0 degrees C)

Value

returns temperature determinate growth rate

See Also

fungalLoad, fungalSelect, scaleFungalGrowth

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
##FungalGrowthRate
data("fung.params")
fung.param <- fungalSelect("Chaturvedi")

e <- -10:20

r <- fungalGrowth(e, fung.params = fung.param)

plot(e, r, xlab = "Temp (C)", ylab = "Growth rate",
     main = "Fungal Growth Rate")

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