This is an R Markdown presentation to show how it works to make a presentation in R markdown To be able to make a plot with the Ploty package we first have to load it
library(plotly)
6-4-2020
This is an R Markdown presentation to show how it works to make a presentation in R markdown To be able to make a plot with the Ploty package we first have to load it
library(plotly)
plot_ly(mtcars, x = ~wt, y = ~mpg, mode = "markers")