listAvailableModels {MicrobialGrowth} | R Documentation |
List available models.
Description
List available models.
Usage
listAvailableModels()
Details
lists the models by scanning the available ".MicrobialGrowth.m" regression functions, with "m" the name of the model.
Value
the list of available models.
Examples
listAvailableModels()
## [1] "baranyi" "gompertz" "rosso"
[Package MicrobialGrowth version 1.0.0 Index]