Nothing
flexoki
provides a set of color palettes from Steph Ango’s
https://stephango.com/flexoki.
This package provides:
ggplot2
themes that match the aesthetic of Flexoki’s code editor styles.flexoki
object, which is a list of
palette
vectors.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()
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.