Description Usage Arguments Value
This function takes a list containing any number of model
objects from fit_binding_model
or nls
and returns a binding curve plot figure for each model.
1 2 | make_figure(fits, probe_concentration = NULL, output_directory = NULL,
plot_format = "png")
|
fits |
A named list where items are named after the corresponding
experiment and contain a model object from |
probe_concentration |
The fixed concentration of probe molecule. This is ignored for models obtained with the hyperbolic and hill equations, but required for models obtained with the quadratic equation. |
output_directory |
An optional directory name where to write plots. This directory will be created if it does not already exist. |
plot_format |
A character string indicating the file format to use to
save plots. Possible values are |
A named list where items are named after the corresponding experiment
and contain a ggplot
graph object of a binding
curve figure.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.