marinebon / infographiqR

R functions for creation of interactive intelligent infographics, ie infographiq
https://marinebon.github.io/infographiqR
MIT License
11 stars 2 forks source link

new plot function : anomaly view #37

Open 7yl4r opened 6 years ago

7yl4r commented 6 years ago

eg:

image

bbest commented 6 years ago

Hi @7yl4r,

@messiem created a beautiful Shiny app with interactive visualization of the climate anomaly using plotly:

image

You could similarly create a g = ggplot2::ggplot(...) and send to plotly::ggplotly(g) to render in rmarkdown.