Description Usage Arguments Value Examples
Plot qq-plot of true data and bootstrapped null with ggplot
1 2 3 4 5 6 7 8 9 10 |
x |
vector containing values of values of first distribution to compare |
y |
vector containing values of values of secound distribution to compare |
xlab |
x-axis label |
ylab |
y-axis label |
alpha |
transparency paramenter between 0 and 1 |
gg_theme |
ggplot theme, default is theme_classic() |
offset |
offset for x and y axis on top of maximal values |
plot_diagonal |
logical parameter indicating whether an identity line should be plotted |
A ggplot displaying the qq-plot of a true and a a bootstrapped null distribution
1 2 | data("simulated_cell_extract_df")
recomputeSignalFromRatios(simulated_cell_extract_df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.