ggplot2 theme for marlin
Examples
ggplot(mtcars, aes(mpg)) +
geom_histogram() +
marlin::theme_marlin()
#> Error in ggplot(mtcars, aes(mpg)): could not find function "ggplot"
ggplot2 theme for marlin
ggplot(mtcars, aes(mpg)) +
geom_histogram() +
marlin::theme_marlin()
#> Error in ggplot(mtcars, aes(mpg)): could not find function "ggplot"