The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

flexoki

R-CMD-check

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

This package provides:

Installation

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

pak::pak('christopherkenny/flexoki')

Example

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()

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.