DDP Week 3 Assignment

Jessie J. Q

March 27, 2019

Introduction

Requirement

  1. The web page feature a date that is less than two months before the date that you’re grading this assignment
  2. The web page must be a presentation and features an interactive plot that appears to have been created with Plotly

About this Plot

This plot uses the build-in dataset in ggplot2. It shows the number of unemployment in U.S over the years from 1967 to 2015.

Plot with Plotly

plot_ly(economics, x = ~date, y = ~unemploy, type = "scatter", mode = "line")