powered by
A clean, professional, and colorblind-friendly ggplot2 theme designed for academic publications and presentations in sport science.
theme_sportminer(base_size = 11, base_family = "", grid = TRUE)
A ggplot2 theme object.
Base font size in points. Default is 11.
Base font family. Default is "".
Logical indicating whether to display grid lines. Default is TRUE.
library(ggplot2) ggplot(mtcars, aes(wt, mpg)) + geom_point() + theme_sportminer()
Run the code above in your browser using DataLab