e61 themed graph options in an alternative style
Examples
ggplot(data = mtcars, aes(x = wt, y = mpg, col = factor(cyl))) +
geom_point() +
theme_e61_alt()
e61 themed graph options in an alternative style
ggplot(data = mtcars, aes(x = wt, y = mpg, col = factor(cyl))) +
geom_point() +
theme_e61_alt()