plt_no_labels | R Documentation |
Removal of all labels from a ggplot2 plot.
plt_no_labels
An object of class labels
of length 6.
A ggplot2 object.
library(ggplot2)
plot <-
ggplot(mtcars,aes(hp,drat))+
geom_point()
plot
plot + plt_no_labels
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.