19 8 2020

Introduction

This is an R Markdown presentation http://rmarkdown.rstudio.com. This is a text section that is a summary for the information you will see on the slides. A plot and a table are included. Some additions are applied as well.

Visual themes for reveal.js HTML presentations

  • sky
  • beige
  • serif
  • solarized
  • blood
  • moon
  • night
  • league
  • black
  • white

Pressure vs temperature plot

plot(pressure)

Head of the mtcars database with 6 rows

head(cars)
##   speed dist
## 1     4    2
## 2     4   10
## 3     7    4
## 4     7   22
## 5     8   16
## 6     9   10

Thank you very much for your attention

This is all that was asked to be reproduced in this presentation.