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.
19 8 2020
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.
plot(pressure)
head(cars)
## speed dist ## 1 4 2 ## 2 4 10 ## 3 7 4 ## 4 7 22 ## 5 8 16 ## 6 9 10
This is all that was asked to be reproduced in this presentation.