Provides a consistent and clean visual style for plots generated
within this package. This theme builds on theme_classic()
and adjusts text sizes and margins for better readability in figures.
Examples
library(ggplot2)
ggplot(mtcars, aes(mpg, wt)) +
geom_point() +
theme_spneigh()