ggplot2: Removal of all text and ticks from both axis
plt_no_text.Rd
Removal of all text and ticks from both axis, in a ggplot2 plot.
Examples
library(ggplot2)
plot <-
ggplot(mtcars,aes(hp,drat))+
geom_point()
plot
plot + plt_no_text
plt_no_text.Rd
Removal of all text and ticks from both axis, in a ggplot2 plot.
library(ggplot2)
plot <-
ggplot(mtcars,aes(hp,drat))+
geom_point()
plot
plot + plt_no_text