stat_pvalue_manual {ggplot2} |
R Documentation |
set stats p-value for the plot
Description
Usage
stat_pvalue_manual(comparisons);
Arguments
comparisons
a dataframe object that should contains the data fiels at least:
+ group1: the label name of the group 1
+ group2: the label name of the group 2
+ pvalue: a numeric vector of the t-test pvalue between group 1 and group 2. [as dataframe]
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]