Description Usage Arguments Examples
Plot Growth Data and its Fitted Growth Curve
1 2 3  | 
x | 
 A fit for some growth data (a   | 
y | 
 Not used  | 
show_fit | 
 Whether or not to show the fitted curve (default:   | 
show_data | 
 Whether or not to show the original data (default   | 
show_maxrate | 
 Whether or not to show a tangent line where the maximum growth rate occurs (default   | 
show_asymptote | 
 Whether or not to indicate the maximum growth level (default   | 
... | 
 Optional formatting arguments. Includes   | 
1 2 3 4 5 6  | ## Not run: 
# Get a logistic fit for some data and plot it
lfit <- fit_growth_logistic(mydata, Time, OD600)
plot(lfit)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.