forked from s6juncheng/ggpval
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
24 lines (24 loc) · 941 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: ggpval
Type: Package
Title: Annotate Statistical Tests for 'ggplot2'
Version: 0.1.0
Authors@R: person("Jun", "Cheng", email = "[email protected]", role = c("aut", "cre"))
Description: Automatically perform desired statistical tests (e.g. wilcox.test(), t.test()) to compare between groups, and add test p-values to the plot with annotation bar.
Visualizing group differences are frequently performed by boxplots, violin plots etc..
Statistical test results are often needed to be annotated on the plots. This package provide a convenient function that work on 'ggplot2' objects,
perform desired statistical test between groups of interest and annotate the test results on the plot.
URL: https://github.com/s6juncheng/ggpval
License: GPL-3
Encoding: UTF-8
Imports:
ggplot2,
data.table
Suggests:
testthat,
knitr,
rmarkdown
LazyData: true
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr
RoxygenNote: 6.0.1