Description Usage Arguments Value Author(s)
View source: R/plottingUtils.R
Draws plots that compare two distributions of beta values.
1 2 3 4 5 6 7 | rnb.plot.beta.comparison(
beta.values,
fprefix,
report = NULL,
qq.length = 501L,
points.per.group = rnb.getOption("distribution.subsample")
)
|
beta.values |
Two beta value sequences in the form of a named |
fprefix |
File name prefix for the plots. This function appends the suffixes |
report |
Report to which the plots are to be added. |
qq.length |
Positive |
points.per.group |
Maximum number of values to use in plotting a group's distribution. Groups that contain more
observations than this threshold are subsampled. Setting this parameter to a value less than
|
List of all generated plots, each being an object ot type ReportPlot
.
Yassen Assenov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.