View source: R/plot_growth_statistics.R
plot_dependent_var_over_concentration | R Documentation |
Creates a scatter plot of the selected growth parameter over concentration (dilution) for all replicates.
plot_dependent_var_over_concentration( growth_params_tibble, all_model_data, dependent_var = "yield", data_key = "series", exp = "all" )
growth_params_tibble |
a tibble containing results of growth statistics analysis. |
all_model_data |
a list of models and fitted data (result of call to |
dependent_var |
the dependent variable to plot on the y axis Can be one of "AUC_l", "AUC_e", "yield" |
data_key |
the variable to split out on usng color. Defaults to "series". |
exp |
the experiment (series) to plot |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.