Skip to content

tdhock/ggplotly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED

Please note that this package’s code has been moved to ropensci/plotly so please refer to that page for the most up-to-date code.

install.packages("devtools")
library(devtools)
install_github("plotly", "ropensci")
library(ggplot2)
library(plotly)
py <- plotly("YOUR_USERNAME", "YOUR_KEY")
ggiris <- qplot(Petal.Width, Sepal.Length, data=iris, color=Species)
py$ggplotly(gg)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages