23 July 2019

Plotly Project Description

This is an R- markdown presentation for the subission of Developing Data Products Assignment_3: 1. Does the web page feature a date and is this date less than two months before the date that you're grading this assignment? 2. Is the web page a presentation and does it feature an interactive plot that appears to have been created with Plotly?

Installing the required packages

library(plotly)
## Loading required package: ggplot2
## 
## 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

Basic ScatterPlot using plotly

## No scatter mode specifed:
##   Setting the mode to markers
##   Read more about this attribute -> https://plot.ly/r/reference/#scatter-mode