This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.
# Load the plotly library
library(plotly)
plot_ly(z=volcano, type="surface")
p <- plot_ly(midwest, x = ~percollege, color = ~state, type = "box")
p
arrange_() is deprecated as of dplyr
0.7.0.arrange() instead.lifecycle::last_warnings() to see where this
warning was generated.Note that the echo = FALSE parameter was added to the
code chunk to prevent printing of the R codlibrary(plotly) e that
generated the plot.