source('assets/R_utility/fonts.R')
knitr::opts_chunk$set(echo = FALSE,
                      out.width = "700px",
                      out.height = "450px",
                      dev.args=list(pointsize=16, bg = NA)
                      )


## Loads ggplot2 and provides MyTheme_transparent 
source('assets/R_utility/transparent_ggplot.R')

Example slide

This is a note on the bottom [@Weber-Schoendorfer:Schaefer:2008].

Example two-column slide {.columns-2 .smaller}

This is content on the left side

This is content on the right side

  1. Item 1
  2. Item 2
  3. Item 3

Footnotes

Sequential figure buildup

plot(1:10, axes = FALSE, ty = "n", ylab = "", xlab = "x axis")
axis(1)

RcompileSlides::new_slide()
axis(2)
mtext("y axis", side = 2, line = par()$mgp[1])

RcompileSlides::new_slide()
points(1:10, 1:10, pch = 19)

References {.nopagenumberincrement .smaller}

Thank you.



richarddmorey/RcompileSlides documentation built on April 17, 2020, 3:24 a.m.