Revealjs Presentation Example
Loading [MathJax]/jax/output/HTML-CSS/fonts/TeX/fontdata.js
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 ∑ni=1Xi appears inline.
f(y|N,p)=(Ny)⋅py⋅(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
(Intercept) |
-17.58 |
6.758 |
-2.601 |
0.01232 |
speed |
3.932 |
0.4155 |
9.464 |
1.49e-12 |
Revealjs Presentation Example
Coding Club
September 24, 2019