Add grids to ggplot.
Usage
grids(axis = c("xy", "x", "y"), color = "grey92", size = NULL, linetype = NULL)Arguments
- axis
axis for which grid should be added. Allowed values include
c("xy", "x", "y").- color
grid line color.
- size
numeric value specifying grid line size.
- linetype
line type. An integer (0:8), a name (blank, solid, dashed, dotted, dotdash, longdash, twodash). Sess
show_line_types.

