themeXYblank | R Documentation |
Theme Y blank
themeXYblank(...)
... |
Additional arguments to pass to the theme call from ggplot2. |
ggplot2 theme with a blank X and Y axis.
library(ggplot2)
ggplot(
iris,
aes(Sepal.Length, Sepal.Width)
) +
geom_point() +
themeXYblank()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.