View source: R/plot_growthcurves.R
plot_growthcurves | R Documentation |
Support currently for three types of visualizations: Only average (line plot), all three replicates separately, and a ribbon plot with the average of the three replicates. In the ribbon plot the lower and upper bounds represent the minimum and maximum values of the replicates. The upper panel shows the corrected OD values and the lower panel shows the Control series.
plot_growthcurves(varioscan_data, plot_type = "ribbon")
varioscan_data |
all data in long format |
plot_type |
a character, one of |
plot_type
The plot_type
parameter can be one of c("replicates", "avg", "limits")
and controls which data will be displayed:
the average as line and the maximum and minimum as ribbon
the individual three replicates
only the average of each series
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.