getModelName | R Documentation |
Returns the name of the model used.
getModelName(x)
x |
a MicrobialGrowth-object |
scans the classes of the object which must correspond on the one hand to the generic class "MicrobialGrowth" and on the other hand to the class-model. It is this second that is returned.
the name of the model used.
g <- MicrobialGrowth(example_data$time, example_data$y1, model="gompertz")
getModelName(g)
## [1] "gompertz"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.