Browse Source

update

tags/v0.4.0
boB Rudis 7 years ago
parent
commit
05aded8c5c
  1. 2
      DESCRIPTION
  2. 2
      README.Rmd
  3. 2
      README.md

2
DESCRIPTION

@ -2,7 +2,7 @@ Package: ggalt
Title: Extra Coordinate Systems, 'Geoms', Statistical Transformations, Scales
and Fonts for 'ggplot2'
Version: 0.4.0
Maintainer: Bob Rudis <bob@rudis.net>
Maintainer: Bob Rudis <bob@rud.ist>
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre")),
person("Ben", "Bolder", role = c("aut", "ctb")),

2
README.Rmd

@ -31,7 +31,7 @@ The following functions are implemented:
`byte_format`: + helpers. e.g. turn `10000` into `10 Kb`
- `geom_lollipop()`: Dead easy lollipops (horizontal or vertical)
- `geom_dumbbell()` : Dead easy dumbbell plots
- `geom_stepribbon()` : Step ribbons
- `stat_stepribbon()` : Step ribbons
- plotly integration for a few of the ^^ geoms
### Installation

2
README.md

@ -17,7 +17,7 @@ The following functions are implemented:
- `stat_ash` : Compute and display a univariate averaged shifted histogram (polynomial kernel) (uses `ash::ash1`/`ash::bin1`) -- `geom_encircle`: Automatically enclose points in a polygon `byte_format`: + helpers. e.g. turn `10000` into `10 Kb`
- `geom_lollipop()`: Dead easy lollipops (horizontal or vertical)
- `geom_dumbbell()` : Dead easy dumbbell plots
- `geom_stepribbon()` : Step ribbons
- `stat_stepribbon()` : Step ribbons
- plotly integration for a few of the ^^ geoms
### Installation

Loading…
Cancel
Save