Skip to content

Commit

Permalink
Fix spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
const-ae committed Feb 20, 2019
1 parent 42af8c0 commit 5faa30f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ knitr::opts_chunk$set(

## Description
This package provides an easy way to indicate if two groups are significantly different.
Commonly this is shown by a bar on top connecting the groups of interest which itself is annoted with the level of significance (NS, \*, \*\*, \*\*\*).
Commonly this is shown by a bar 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 etc.) and adds the annotation
to the plot.

Expand Down Expand Up @@ -119,5 +119,5 @@ For further details go the [CRAN page](https://CRAN.R-project.org/package=ggsign

*This package is provided as is and I currently don't have any plans and the capacity to add any
new features to it. If there is nonetheless a feature which you would like to see in the package,
you are always welcome to submit pull request, which I will try to address as soom as possible.
you are always welcome to submit pull request, which I will try to address as soon as possible.
*
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Easily add significance bars to your ggplots
Description
-----------

This package provides an easy way to indicate if two groups are significantly different. Commonly this is shown by a bar on top connecting the groups of interest which itself is annoted 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 etc.) and adds the annotation to the plot.
This package provides an easy way to indicate if two groups are significantly different. Commonly this is shown by a bar 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 etc.) and adds the annotation to the plot.

Example
-------
Expand Down Expand Up @@ -91,4 +91,4 @@ For further details go the [CRAN page](https://CRAN.R-project.org/package=ggsign
Maintenance
-----------

*This package is provided as is and I currently don't have any plans and the capacity to add any new features to it. If there is nonetheless a feature which you would like to see in the package, you are always welcome to submit pull request, which I will try to address as soom as possible. *
*This package is provided as is and I currently don't have any plans and the capacity to add any new features to it. If there is nonetheless a feature which you would like to see in the package, you are always welcome to submit pull request, which I will try to address as soon as possible. *
2 changes: 1 addition & 1 deletion vignettes/intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ So I created this package which provides a single layer `geom_signif` which can

# How to use it?

First load poth packages
First load both packages

```{r}
library(ggplot2)
Expand Down

0 comments on commit 5faa30f

Please sign in to comment.