powered by
This theme has major vertical grids.
sm_vgrid(legends = TRUE, borders = TRUE)
Returns a background theme with major vertical grids (ggplot2 output).
If the legend needs to be displayed, the input should be TRUE. If the legend is not needed, the input should be FALSE.
If the border needs to be displayed, the input should be TRUE. If the border is not needed, the input should be FALSE.
library(ggplot2) library(smplot2) ggplot(data = mpg) + geom_point(mapping = aes(x = displ, y = hwy, color = class)) + sm_vgrid()
Run the code above in your browser using DataLab