Learn R Programming

WGCNA (version 1.11-3)

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

Description

Plot a boxplot annotated by the Kruskal-Wallis p-value.

Usage

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

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.
...
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