A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/christopherkenny/flexoki below:

christopherkenny/flexoki: Inky Color Schemes for ggplot2

flexoki

flexoki provides a set of color palettes from Steph Ango’s https://stephango.com/flexoki.

This package provides:

You can install the stable version of flexoki from CRAN with:

install.packages('flexoki')

You can install the development version of flexoki from GitHub with:

pak::pak('christopherkenny/flexoki')

flexoki provides basic ggplot2 scales for fill and color (also aliased as colour). It similarly provides corresponding theme functions.

library(ggplot2)
library(flexoki)

mpg |>
  ggplot() +
  geom_point(aes(displ, hwy, colour = class)) +
  scale_color_flexoki_d(palette = 'light') +
  theme_flexoki_light()


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4