Easily adjust ggplot2 minor gridlines
gridlines_minor.RdA simple function to easily adjust the ggplot gridlines. This acts as a wrapper for the theme elements and is a little more user friendly.
Usage
gridlines_minor(
size = 0.5,
color = "#d6d6d6",
linetype = "solid",
lineend = NULL,
colour = NULL
)