Skip to contents

SSB theme for ggplot

Usage

theme_ssb()

Value

theme object

Examples

library(ggplot2)
ggplot(mtcars, aes(x=cyl, fill=as.factor(cyl))) +
geom_bar( ) +
theme_ssb()