New palettes available in development version on GitHub

This page shows the palettes that I have added to the base version so far and will be where I post new updates. Eventually, I will get around to pushing the updates to the CRAN version.

WB_brewer("FletcherAndTheFallingLeaves")
WB_brewer("WeAreFamily")
WB_brewer("GoodnightGoodnightConstructionSite")
WB_brewer("KnightOwl")
WB_brewer("Friends")
WB_brewer("TheRealBoat1")
WB_brewer("TheRealBoat2")
seq(-10, 10, by = 0.05) %>%
  expand.grid(x=., y=.) %>%
  ggplot(aes(x=(x+pi*cos(y)), y=(y+pi*sin(x)), color = x)) +
  scale_color_WB_c("TheRealBoat2")+
  geom_point(alpha=.25, shape=14, size=0)+
  theme_void()+
  theme(legend.position='none')+
  coord_fixed()
WB_brewer("SleepTightFarm1")
WB_brewer("SleepTightFarm2")
WB_brewer("TooCrowded")