Created
August 1, 2014 15:20
-
-
Save mplourde/9d9356b280782d1aa1c6 to your computer and use it in GitHub Desktop.
connecting R to plotly
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
options(RCurlOptions=list(proxy='web.proxy.com:8080')) | |
py <- plotly("me", "mec3g0e1z7") | |
p <- ggplot(mtcars, aes(x=mpg, y=cyl)) + geom_point() | |
res <- py$ggplotly(k, kwargs=list(auto_open=FALSE)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment