Peer-graded Assignment: R Markdown Presentation & Plotly

This web page presentation using R Markdown that features a plot created with Plotly.

This webpage must contain the date that you created the document, and it must contain a plot created with Plotly.

Including Plots

You can also embed plots, for example:

## Warning: package 'plotly' was built under R version 3.5.3
## Loading required package: ggplot2
## Warning: package 'ggplot2' was built under R version 3.5.2
## 
## Attaching package: 'plotly'
## The following object is masked from 'package:ggplot2':
## 
##     last_plot
## The following object is masked from 'package:stats':
## 
##     filter
## The following object is masked from 'package:graphics':
## 
##     layout
## No trace type specified:
##   Based on info supplied, a 'scatter' trace seems appropriate.
##   Read more about this trace type -> https://plot.ly/r/reference/#scatter
## No scatter mode specifed:
##   Setting the mode to markers
##   Read more about this attribute -> https://plot.ly/r/reference/#scatter-mode

Note that the echo = FALSE parameter was added to the code chunk to prevent printing of the R code that generated the plot.