View source: R/ablanor_plot_instillinger.R
ablanor_plot_theme | R Documentation |
This function allows you to add the ablanor theme to your ggplotgraphics.
ablanor_plot_theme()
## Not run:
library(ggplot2)
ggplot(mtcars, aes(x = hp, y = mpg, color=cyl, shape=cyl)) +
geom_point(size=3) +
ablanor::ablanor_plot_theme()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.