Publication-ready ggplot2 theme with sensible defaults for scientific figures.
Examples
# Apply theme to a plot
ggplot2::ggplot(mtcars, ggplot2::aes(mpg, wt)) +
ggplot2::geom_point() +
theme_athlytics()
Publication-ready ggplot2 theme with sensible defaults for scientific figures.
# Apply theme to a plot
ggplot2::ggplot(mtcars, ggplot2::aes(mpg, wt)) +
ggplot2::geom_point() +
theme_athlytics()