options(htmltools.dir.version = FALSE) knitr::opts_chunk$set(message = F, warning= F, echo = F, out.width = "100%", fig.asp = 9/16, fig.align = 'center', dev = 'svglite', fig.retina = 3)
.footnote[You can easily add footnotes too, and even include links to websites in them]
class: full-fig
ggplot2::ggplot(mtcars, ggplot2::aes(disp, mpg))+ ggplot2::geom_point()+ cowplot::theme_cowplot()+ ggplot2::labs(title = "Fuel economy suffers with greater engine size")+ ggplot2::theme(plot.title.position = 'panel')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.