No description
Find a file
2022-11-20 19:06:01 -04:00
docs Update to 0.1.7.9000 2022-09-19 16:17:10 -04:00
man Update documentation 2022-11-20 19:02:03 -04:00
pkgdown/favicon Update gh-pages 2022-05-01 11:57:56 +02:00
R Update documentation 2022-11-20 19:02:03 -04:00
.gitignore Update docs 2022-05-01 23:35:43 +02:00
.Rbuildignore Update gh-pages and add css 2022-05-01 12:39:57 +02:00
_pkgdown.yml Update gh-pages and add css 2022-05-01 12:39:57 +02:00
DESCRIPTION New version and imports correction 2022-11-20 19:05:53 -04:00
LICENSE.md Initial commit 2022-05-01 11:36:23 +02:00
NAMESPACE Initial commit 2022-05-01 11:36:23 +02:00
NEWS.md New version and imports correction 2022-11-20 19:05:53 -04:00
pkgdown.css Update gh-pages and add css 2022-05-01 12:39:57 +02:00
README.md Update README 2022-09-19 15:39:54 -04:00
README.Rmd Update README.Rmd 2022-11-20 19:06:01 -04:00
visualizeR.Rproj Move from simplevis to successor ggblanket 2022-07-10 11:17:17 -04:00

visualizeR

What a color! What a viz!

visualizeR proposes some utils to get REACH and AGORA colors, ready-to-go color palettes, and a few visualization functions (horizontal hist graph for instance).

Installation

You can install the last version of visualizeR from GitHub with:

# install.packages("devtools")
devtools::install_github("gnoblet/visualizeR", build_vignettes = TRUE)

Roadmap

Roadmap is as follows:

  • Add IMPACTs colors
  • Add all color palettes from the internal documentation
  • There remains to be added more-than-7-color palettes and black color palettes
  • Add new types of visualization (e.g. dumbbell plot)
  • Use examples
  • Add some ease-map functions
  • Add some interactive functions (maps and graphs)

Request

Please, do not hesitate to pull request any new viz or colors or color palettes, or to email request any change (guillaume.noblet@reach-initiative.org or gnoblet@zaclys.net).

Example

library(visualizeR)
# Get all saved REACH colors, named
cols_reach(unnamed = F)