Learn R Programming

WGCNA (version 1.43)

verboseBoxplot: Boxplot annotated by a Kruskal-Wallis p-value

Description

Plot a boxplot annotated by the Kruskal-Wallis p-value. Uses the function boxplot for the actual drawing.

Usage

verboseBoxplot(x, g, main = "", xlab = NA, ylab = NA, 
               cex = 1, cex.axis = 1.5, cex.lab = 1.5, cex.main = 1.5, 
               notch = TRUE, varwidth = TRUE, ...)

Arguments

x
numerical vector of data whose group means are to be plotted
g
a factor or a an object coercible to a factor giving the groups that will go into each box.
main
main title for the plot.
xlab
label for the x-axis.
ylab
label for the y-axis.
cex
character expansion factor for plot annotations.
cex.axis
character expansion factor for axis annotations.
cex.lab
character expansion factor for axis labels.
cex.main
character expansion factor for the main title.
notch
logical: should the notches be drawn? See boxplot and boxplot.stats for details.
varwidth
logical: if TRUE, the boxes are drawn with widths proportional to the square-roots of the number of observations in the groups.
...
other arguments to the function boxplot. Of note is the argument las that specifies label orientation. Value las=1 will result in horizontal labels (the default), while las

Value

  • Returns the value returned by the function boxplot.

See Also

boxplot