Slide 1

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')


evanmascitti/ecmfuns documentation built on April 5, 2025, 1:52 a.m.