Skip to content

plotly/plotly.R

 
 

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 figure: https://plot.ly/~chris/2703

Learn More

Stay in touch


About

An interactive graphing library for R

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 57