Description Usage Arguments Value
Generate a QC Scatter Plot for a pair of metrics
1 2 3 4 5 6 7 8 9 10 11 12 13 |
meta |
A data.frame containing metadata |
column_x |
A character object specifying the metadata to display on the x-axis |
name_x |
A character object specifying a name to display on the x-axis |
column_y |
A character object specifying the metadata to display on the y-axis |
name_y |
A character object specifying a name to display on the y-axis |
log_x |
A logical indicating whether or not to log10-scale the x-axis. Default is TRUE. |
frac_x |
A logical indicating whether or not to scale the x-axis between 0 and 1. Default is FALSE |
log_y |
A logical indicating whether or not to log10-scale the y-axis. Default is TRUE. |
frac_y |
A logical indicating whether or not to scale the y-axis between 0 and 1. Default is FALSE |
show_targets |
A logical indicating whether or not to plot lines displaying ratios of values. Default is TRUE. |
color |
A character object specifying the color to use for for the points. Default is "dodgerblue". |
a ggplot2 plot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.