Check growth input data
.check_growth_input
performs general checks on the input data.
1 | .check_growth_input(OD_data, t_col)
|
OD_data |
Dataframe of OD data. Expects a column for the time (t_col), and will interpret all other columns as OD data for different samples (identified by their column name). |
t_col |
Name of the time column (defaults to 'time'). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.