stat_compare_means {ggplot2} |
R Documentation |
default create anova test for compares all groups
Description
Usage
stat_compare_means(
method = "anova",
ref.group = ".all.",
hide.ns = TRUE);
Arguments
method
[as string]
ref.group
[as string]
hide.ns
hide not sig result?. [as boolean]
Details
Authors
SMRUCC genomics institute
Value
this function returns data object of type
ggplotLayer.
clr value class
Examples
[Package
ggplot2 version 1.0.0.0
Index]