-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
23 lines (23 loc) · 945 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
Package: ggpval
Type: Package
Title: Annotate Statistical Tests for 'ggplot2'
Version: 0.2.5
Authors@R: person("Jun", "Cheng", email = "[email protected]", role = c("aut", "cre"))
Description: Automatically performs desired statistical tests (e.g. wilcox.test(), t.test()) to compare between groups,
and adds the resulting p-values to the plot with an annotation bar.
Visualizing group differences are frequently performed by boxplots, bar plots, etc.
Statistical test results are often needed to be annotated on these plots.
This package provides a convenient function that works on 'ggplot2' objects,
performs the desired statistical test between groups of interest and annotates the test results on the plot.
URL: https://github.com/s6juncheng/ggpval
License: GPL-3
Encoding: UTF-8
Imports:
ggplot2,
data.table
Suggests: knitr,
rmarkdown,
markdown,
testthat
VignetteBuilder: knitr
RoxygenNote: 7.1.1