Peer-graded Assignment: R Markdown Presentation & Plotly

Ankit Upadhyay

November 18, 2020

Slide with code and interactive plot

fig <- plot_ly(data = iris, x = ~Sepal.Length, y = ~Petal.Length)
fig