Example of of a plotly plot.
library(plotly) p <- plot_ly(economics, x = ~date, y = ~unemploy / pop) p