Skip to content

Commit

Permalink
Add WORDLIST and fix spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-neitmann committed Mar 24, 2020
1 parent 6216beb commit 32e784a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ knitr::opts_chunk$set(

## Overview

`ggcharts` provides a high-level `ggplot2` interface for creating common charts. It's aim is both simple and ambitious: shorten the distance from data visualization idea to actual plot. How so? By taking care of a lot of data preprocessing, nitty-gritty `ggplot2` details and plot styling for the user. The resulting plots are `ggplot` objects and can be further customized using any `ggplot2` function.
`ggcharts` provides a high-level `ggplot2` interface for creating common charts. Its aim is both simple and ambitious: shorten the distance from data visualization idea to actual plot. How so? By taking care of a lot of data preprocessing, obscure `ggplot2` details and plot styling for you. The resulting plots are `ggplot` objects and can be further customized using any `ggplot2` function.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ggcharts
Overview
--------

`ggcharts` provides a high-level `ggplot2` interface for creating common charts. It's aim is both simple and ambitious: shorten the distance from data visualization idea to actual plot. How so? By taking care of a lot of data preprocessing, nitty-gritty `ggplot2` details and plot styling for the user. The resulting plots are `ggplot` objects and can be further customized using any `ggplot2` function.
`ggcharts` provides a high-level `ggplot2` interface for creating common charts. Its aim is both simple and ambitious: shorten the distance from data visualization idea to actual plot. How so? By taking care of a lot of data preprocessing, obscure `ggplot2` details and plot styling for you. The resulting plots are `ggplot` objects and can be further customized using any `ggplot2` function.

Installation
------------
Expand Down
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ggplot
2 changes: 1 addition & 1 deletion vignettes/highlight.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ lollipop_chart(

## Highlight + Facet

The highlight feature is particulary useful when used in conjuction with the `facet` feature.
The highlight feature is particularly useful when used in conjunction with the `facet` feature.

```{r, fig.width=8, fig.height=8}
biomedicalrevenue %>%
Expand Down

0 comments on commit 32e784a

Please sign in to comment.