Jessie J. Q
March 27, 2019
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_ly(economics, x = ~date, y = ~unemploy, type = "scatter", mode = "line")