View source: R/plot_distribution.R
plot_single_qq | R Documentation |
Given two columns of data, how well do the distributions match one another? The answer to that question may be visualized through a qq plot!
plot_single_qq(data, x = 1, y = 2, labels = TRUE)
data |
Data frame/expt/expressionset. |
x |
First column to compare. |
y |
Second column to compare. |
labels |
Include the lables? |
a list of the logs, ratios, and mean between the plots as ggplots.
[Biobase]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.