Easily adjust ggplot2 major gridlines
gridlines_major.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_major(
size = 0.5,
color = "#d6d6d6",
linetype = "solid",
lineend = NULL,
colour = NULL
)