fungalSelect: Select from built in funal growth parameters.

Description Usage Arguments Details Value See Also Examples

View source: R/fungalSelect_fun.R

Description

fungalSelect select between presets of scaled fungal growth to apply to the model.

Usage

1

Arguments

choose

choose one of either "Chaturvedi" or "Verant"

Details

This is your last chance. After this, there is no turning back. You take the blue pill—the story ends, you wake up in your bed and believe what ever you want to believe. You take the red pill—you stay in Wonderland, and I show you how deep the rabbit hole goes. Remember: all I'm offering is the truth. Nothing more.

Growth parameters are either: "Chaturvedi" (faster growth) from chatruvedi et al. PLoS One, ot "Verant" (slower growth rate), from Verent et al. PLoS One.

mu1: scaling parameter for Michaelis-Menton function

mu2: scaling parameter for Michaelis-Menton function

beta1: temperature dependant hourly rate shape parameter

beta2: temperature dependant hourly rate shape parameter

beta3: temperature dependant hourly rate shape parameter

Value

Returns a named list of fungal growth scaling parameters

See Also

fungalLoad, fungalGrowth, scaleFungalGrowth

Other Fungal Functions: scaleFungalGrowth

Examples

1
2
3
#FungSelect
fung.chat <- fungalSelect("Chaturvedi")
fung.ver  <- fungalSelect("Verant")

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