- Data is sourced from the airmiles package already loaded in R
- Chart created using the plotly package
- Slide presentation created using RMarkdown document in RStudio
1/17/2020
library(plotly)
data("airmiles")
plot_ly(x= time(airmiles), y = airmiles, type ='scatter', mode = 'lines')
## Warning: package 'plotly' was built under R version 3.6.2