kuriboh
9/29/2020
This is my presentation
September 21, 2019
plotly::plot_ly(mtcars, x=mtcars$wt, y=mtcars$mpg, z=seq(1, length(mtcars$wt)), mode="markers", color=mtcars$am, type='scatter3d')## Warning: `arrange_()` is deprecated as of dplyr 0.7.0.
## Please use `arrange()` instead.
## See vignette('programming') for more help
## This warning is displayed once every 8 hours.
## Call `lifecycle::last_warnings()` to see where this warning was generated.