Plotly and Presentations

Peter Geers

14 februari 2017

Plotly and Presentations

For more details on authoring R presentations please visit https://support.rstudio.com/hc/en-us/articles/200486468.

Plot diamonds

I had some problems reading data in presentation but i have solved mine.

Data pressure

Loading dataset pressure and show summary.

##   temperature     pressure       
##  Min.   :  0   Min.   :  0.0002  
##  1st Qu.: 90   1st Qu.:  0.1800  
##  Median :180   Median :  8.8000  
##  Mean   :180   Mean   :124.3367  
##  3rd Qu.:270   3rd Qu.:126.5000  
##  Max.   :360   Max.   :806.0000

Plot pressure

This is a plot of the pressure data set

Slide show ends

It was a tough job but it worked out