View source: R/plot_calibration.r
plot_calibration | R Documentation |
Currently this is just a simple ggplot scatterplot. I want to make it more configurable and fun.
plot_calibration( tags, x_column = "cfu", y_column = NULL, color_column = "replicate", transform_x = "log10", transform_y = "log10" )
tags |
Tag data. |
x_column |
Metadata column for the x axis. |
y_column |
Metadata column for the y axis. |
color_column |
Metadata column for colors. |
transform_x |
Perform a transformation on the x axis? |
transform_y |
Perform a transformation on the y axis? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.