Package: ggsignif
Type: Package
Title: Significance Brackets for 'ggplot2'
Version: 0.3.0
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
NeedsCompilation: no
Packaged: 2017-06-25 11:51:49 UTC; constantin
Author: Constantin Ahlmann-Eltze [aut, cre]
Maintainer: Constantin Ahlmann-Eltze <artjom31415@googlemail.com>
Repository: CRAN
Date/Publication: 2017-06-25 15:24:01 UTC
