paramDistBoxplot {ChIPexoQual} | R Documentation |
paramDistBoxplot
returns a ggplot
object with a
boxplot comparing the ntimes
estimations of the chosen
parameter.
paramDistBoxplot(..., names.input = NULL, which.param = "beta1", sort.as.numeric = FALSE)
... |
a |
names.input |
a character vector with the names to use in the
plot. If it is empty |
which.param |
a character value with either |
sort.as.numeric |
a logical value indicating if the values of
|
A ggplot2
object with the boxplot of the chosen
parameter
data(exoExample) paramDistBoxplot(exoExample)