options(htmltools.dir.version = FALSE)

class: reg-slide layout: true


class: reg-section

Section Heading

Section Presenter


Slide 1

--

--

--

.footnote[ [1] footnote for bullet 3 ]


class: reg-section

Heading Slide 2


Slide 2

.pull-left[ Left text - bullet 1

.pull-right[ Right text - bullet 4

--

.footnote[ [1] footnote for bullet 3 ]


R Plots

par(mar = c(4, 4, 1, .1))
plot(cars, pch = 19, col = 'darkgray', las = 1) #<<

Tables

If you want to generate a table, make sure it is in the HTML format (instead of Markdown or other formats), e.g.,

knitr::kable(head(iris), format = 'html')

layout: false class: final-slide

Connect With Us!

atlas.ku.edu

ATLAS-AAI@ku.edu

@ATLAS4Learning

@ATLAS-AAI



atlas-aai/ratlas documentation built on Nov. 13, 2024, 12:31 a.m.