Revealjs Presentation Example

Coding Club

September 24, 2019

Basic slide with text and lists

Hello world!

  • List item 1
  • List item 2
  • List item 2.1

Equations

This summation expression \(\sum_{i=1}^n X_i\) appears inline.

\[f(y|N,p) = {{N}\choose{y}} \cdot p^y \cdot (1-p)^{N-y}\]

Tables

mod <- lm(dist~speed, data=cars)
pander::pander(mod, type = 'html', title = 'Table with pander')
Fitting linear model: dist ~ speed
  Estimate Std. Error t value Pr(>|t|)
(Intercept) -17.58 6.758 -2.601 0.01232
speed 3.932 0.4155 9.464 1.49e-12

Interactive plot

A background page