ggplot2: Removal of grid
plt_no_grid.Rd
Removal of the grid from a ggplot2 plot.
Examples
library(ggplot2)
plot <-
ggplot(mtcars,aes(hp,drat))+
geom_point()
plot
plot + plt_no_grid
plt_no_grid.Rd
Removal of the grid from a ggplot2 plot.
library(ggplot2)
plot <-
ggplot(mtcars,aes(hp,drat))+
geom_point()
plot
plot + plt_no_grid