Giter Club home page Giter Club logo

gretchenalbrecht's Introduction

title author date output
gretchenalbrecht
Dianne Cook
December 14, 2017
html_document
keep_md
true

This package is a set of palettes for R based on the work of New Zealand expressionist painter Gretchen Albrecht. To install the package run:

devtools::install_github("dicook/gretchenalbrecht")

and to try it out:

library(ggplot2)
library(gretchenalbrecht)
library(ggthemes)

data(nz_cart_census)
ggplot(nz_cart_census, aes(x=long, y=lat, group=group,
 fill=MedianIncome2013)) +
 scale_fill_gretchenalbrecht(palette="winter_light",
                             discrete=FALSE) +
 geom_polygon() + theme_map() + theme(legend.position="right")

Available palettes at the moment are:

names(gretchenalbrecht_palettes)
## [1] "rocker"               "black_plain"          "flood_tide"          
## [4] "last_rays"            "red_sky_golden_cloud" "winged_spill"        
## [7] "pink_cloud"           "winter_light"

gretchenalbrecht's People

Contributors

dicook avatar heike avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.