From 5a89c667da5c8b05a6ab3cda74094fb2511acd07 Mon Sep 17 00:00:00 2001 From: boB Rudis Date: Wed, 2 Mar 2016 17:18:17 -0500 Subject: [PATCH] pokemon README! --- DESCRIPTION | 9 ++++---- README.Rmd | 4 ++++ README.html | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++---------- README.md | 6 ++++- 4 files changed, 78 insertions(+), 17 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 80749f2..0888f35 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: ggalt -Title: Extra Coordinate Systems, Geoms and Statistical Transformations for 'ggplot2' -Version: 0.1.2.9000 +Title: Extra Coordinate Systems, Geoms, Statistical Transformations and Scales for 'ggplot2' +Version: 0.1.5.9000 Authors@R: c(person("Bob", "Rudis", email = "bob@rudis.net", role = c("aut", "cre"))) -Description: A compendium of 'geoms', 'coords' and 'stats' for 'ggplot2', +Description: A compendium of 'geoms', 'coords', 'stats' & scales for 'ggplot2', including splines, 1d and 2d densities, univariate average shifted histograms and a new map coordinate system based on the 'PROJ.4'-library. Depends: @@ -31,6 +31,7 @@ Imports: gtable, ash, maps, - MASS + MASS, + ggplot2 RoxygenNote: 5.0.1 VignetteBuilder: knitr diff --git a/README.Rmd b/README.Rmd index cc7049e..85481f1 100644 --- a/README.Rmd +++ b/README.Rmd @@ -37,9 +37,13 @@ The following functions are implemented: - `geom_bkde2d` : Contours from a 2d density estimate. (uses `KernSmooth::bkde2D`) - `stat_bkde2d` : Contours from a 2d density estimate. (uses `KernSmooth::bkde2D`) - `stat_ash` : Compute and display a univariate averaged shifted histogram (polynomial kernel) (uses `ash::ash1`/`ash::bin1`) +- `scale_color_pokemon` : +- `scale_fill_pokemon` : discrete pokemon scales (data taken from the hard work by the ) + ### News +- Version 0.1.5.9000 - Pokemon discrete color scales! - Version 0.1.2.9000 - Fixed bug with limits not working thx to @mstrimas - Version 0.1.1 - CRAN! - Version 0.1.0.9000 - Tweaks for ggplot2 2.0 release diff --git a/README.html b/README.html index 0e1c891..3bdf280 100644 --- a/README.html +++ b/README.html @@ -7,21 +7,22 @@ + - + - - - - + + + + - - + +
+ + + + + + + + + + + -

Project Status: Active - The project has reached a stable, usable state and is being actively developed. Travis-CI Build Status CRAN_Status_Badge downloads

+

Project Status: Active - The project has reached a stable, usable state and is being actively developed. Travis-CI Build Status CRAN_Status_Badge downloads

ggalt : Extra Coordinate Systems, Geoms and Statistical Transformations for ‘ggplot2’

A compendium of ‘geoms’, ‘coords’ and ‘stats’ for ‘ggplot2’, including splines, 1d and 2d densities, univariate average shifted histograms and a new map coordinate system based on the ‘PROJ.4’-library.

The first three forays into this brave, new ggplot2 world are splines! and being able to use the (much better) KernSmooth::bkde and KernSmooth::bkde2D for density plots and an initial port of the (still needing work) coord_proj.

@@ -76,10 +123,13 @@ img {
  • geom_bkde2d : Contours from a 2d density estimate. (uses KernSmooth::bkde2D)
  • stat_bkde2d : Contours from a 2d density estimate. (uses KernSmooth::bkde2D)
  • stat_ash : Compute and display a univariate averaged shifted histogram (polynomial kernel) (uses ash::ash1/ash::bin1)
  • +
  • scale_color_pokemon :
  • +
  • scale_fill_pokemon : discrete pokemon scales (data taken from the hard work by the http://www.pokegraphs.com/)
  • News

      +
    • Version 0.1.5.9000 - Pokemon discrete color scales!
    • Version 0.1.2.9000 - Fixed bug with limits not working thx to @mstrimas
    • Version 0.1.1 - CRAN!
    • Version 0.1.0.9000 - Tweaks for ggplot2 2.0 release
    • @@ -105,7 +155,7 @@ library(ggalt) # current verison packageVersion("ggalt") -#> [1] '0.1.1.9000' +#> [1] '0.1.5.9000' set.seed(1492) dat <- data.frame(x=c(1:10, 1:10, 1:10), @@ -262,6 +312,8 @@ gg
    + +