February 12, 2021

Instructions

Create a web page presentation using R Markdown that features a plot created with Plotly.

Review Criteria

The rubric contains the following two questions:

  1. Does the web page feature a date and is this date less than two months before the date that you’re grading this assignment?
  2. Is the web page a presentation and does it feature an interactive plot that appears to have been created with Plotly?

Plot

library(plotly)
plot_ly(z=volcano, type="surface")

Thankyou!