
Create scale_fill_ Palettes for Use in ggplot2 data viz (no interpolation)
Source:R/scale_asn.R
scale_fill_asn.RdCreate scale_fill_ Palettes for Use in ggplot2 data viz (no interpolation)
Examples
library(ggplot2)
ggplot(
chickwts,
aes(
x = feed,
y = weight,
fill = feed
)
) +
geom_boxplot() +
scale_fill_asn(palette = "secondary")