# Simple example
g <- MicrobialGrowth(example_data$time, example_data$y1)
summary(g)
# Example without summary available
g <- MicrobialGrowth(example_data$time, example_data$y15)
summary(g)
g <- MicrobialGrowth.create(0.14, 1.5, 0.07, 45, c(0,100), model="gompertz")
summary(g)
Run the code above in your browser using DataLab