Highcharts Demo

Testing interactive graphics

library(highcharter)
## Highcharts (www.highcharts.com) is a
## Highsoft software product which is
## not free for commercial and Governmental use
library(ggplot2)

data(diamonds, economics_long, mpg, package = "ggplot2")
hchart(mpg, "scatter", x = displ, y = hwy, group = class)