Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 752 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 752 Bytes

Travis-CI Build Status Build status version

ggiraph

Make 'ggplot' Graphics Interactive

ggiraph

Installation

You will need the latest ggplot2 version and the latest version of rvg.

install.packages("ggplot2")
install.packages("rvg")
devtools::install_github('davidgohel/ggiraph')