ggplot2: Removal of all labels
plt_no_labels.Rd
Removal of all labels from a ggplot2 plot.
Examples
library(ggplot2)
plot <-
ggplot(mtcars,aes(hp,drat))+
geom_point()
plot
plot + plt_no_labels
plt_no_labels.Rd
Removal of all labels from a ggplot2 plot.
library(ggplot2)
plot <-
ggplot(mtcars,aes(hp,drat))+
geom_point()
plot
plot + plt_no_labels