8000 GitHub - CauchyChen/plotly: Create beautiful, interactive, online Plotly graphs with R and ggplot2
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

CauchyChen/plotly

 
 

Repository files navigation

Build Status

Interactive R and ggplot2 figures in your web browser

library(plotly)

# --> your ggplot2 methods <--
dsamp <- diamonds[sample(nrow(diamonds), 1000), ]
qplot(carat, price, data=dsamp, colour=clarity)

# --> send your ggplot2 figure to plotly <--
py <- plotly()
py$ggplotly()

Interact with the Plotly graph: https://plot.ly/~chris/2703

Learn More

Stay in touch


About

Create beautiful, interactive, online Plotly graphs with R and ggplot2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 100.0%
0