Browse Source

README

master
boB Rudis 5 years ago
parent
commit
e117bc6d68
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 2
      README.Rmd
  2. 6
      README.md

2
README.Rmd

@ -20,7 +20,7 @@ Create Diminutive Distribution Charts
## Description
'The Economist' has a unique boxplot aesthetic for
'The Economist' has a unique boxplot aesthetic f or
communicating distrribution characteristics. Tools are provided
to create similar charts in 'ggplot2'.

6
README.md

@ -11,7 +11,7 @@ Create Diminutive Distribution Charts
## Description
‘The Economist’ has a unique boxplot aesthetic for communicating
‘The Economist’ has a unique boxplot aesthetic f or communicating
distrribution characteristics. Tools are provided to create similar
charts in ‘ggplot2’.
@ -35,6 +35,8 @@ The following functions are implemented:
## Installation
``` r
install.packages("ggeconodist", repos = "https://cinc.rud.is")
# or
devtools::install_git("https://git.rud.is/hrbrmstr/ggeconodist.git")
# or
devtools::install_git("https://git.sr.ht/~hrbrmstr/ggeconodist")
@ -42,6 +44,8 @@ devtools::install_git("https://git.sr.ht/~hrbrmstr/ggeconodist")
devtools::install_gitlab("hrbrmstr/ggeconodist")
# or
devtools::install_bitbucket("hrbrmstr/ggeconodist")
# or
devtools::install_github("hrbrmstr/ggeconodist")
```
## Usage

Loading…
Cancel
Save