library(magrittr)
library(ggplot2)
ggplot(data = diamonds) +
geom_bar(mapping = aes(x = cut, y = ..prop.., group = 1)) +
tema_abj()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.