Description Usage Arguments Details Value Note See Also Examples
View source: R/fungalLoad_fun.R
fungalLoad Loads fungal growth parameters from file and sets to selected option.
1 | fungalLoad(path.to.params, growth.option)
|
path.to.params |
file path to the parameter files (without trailing "/") |
growth.option |
fungal growth parameters see Details |
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
Returns a named list of fungal growth scaling parameters
Requires both files to be in same directory with names
rate.parms.csv and humid.parms.csv. These files are
shipped with this package, however if you would like to alter these
paremeters you may do so through their associated .csv files.
fungalGrowth, fungalSelect,
scaleFungalGrowth
1 2 3 4 | ##FungLoad
foo <- "paramFiles"
fung.param <- fungalLoad(path.to.params = foo,
growth.option = "Verant")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.