forked from const-ae/ggsignif
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
21 lines (21 loc) · 909 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: ggsignif
Type: Package
Title: Significance Brackets for 'ggplot2'
Version: 0.3.0.9000
Authors@R: person("Constantin", "Ahlmann-Eltze", email = "artjom31415@googlemail.com", role = c("aut", "cre"))
Description: Enrich your 'ggplots' with group-wise comparisons.
This package provides an easy way to indicate if two groups are significantly different.
Commonly this is shown by a bracket on top connecting the groups of interest which itself is annotated with the level of significance (NS, *, **, ***).
The package provides a single layer (geom_signif()) that takes the groups for comparison and the test (t.test(), wilcox.text() etc.) as arguments and adds the annotation
to the plot.
URL: https://github.com/const-ae/ggsignif
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
ggplot2 (>= 2.0.0)
Suggests: testthat,
knitr,
rmarkdown
RoxygenNote: 6.0.1
VignetteBuilder: knitr