[This article was first published on R – Modern Data, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Carson Sievert, the lead developer of the Plotly package for R will be hosting a workshop at https://plotcon.plot.ly/. Here’s an outline of the material he will be covering during the workshop.
More details here. The workshop will be based on Carson’s Plotly for R book.
Broad Topic | Details |
---|---|
A tale of 2 interfaces | Converting ggplot2 via ggplotly() Directly interfacing to plotly.js with plot_ly() Augmenting ggplotly() via layout() and friendsAccessing and leveraging ggplot2 internals Accessing any plot spec via plotly_json() |
The plot_ly() cookbook |
Scatter traces Maps Bars & histograms Boxplots 2D frequencies 3D plots |
Arranging multiple views | Arranging htmlwidget objects Merging plotly objects into a subplot Navigating many views |
Multiple linked views | Linking views with shiny Linking views without shiny Linking views “without shiny, inside shiny” |
Animating views | Key frame animations Linking animated views |
Advanced topics | Adding custom behavior with the plotly.js API and htmlwidgets::onRender() Translating ggplot2 geoms to plotly |
To leave a comment for the author, please follow the link and comment on their blog: R – Modern Data.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.