Sunday, October 14, 2012

GGobi - rggobi and ggobi

GGobi

GGobi is an open source visualization program for exploring high-dimensional data. It provides highly dynamic and interactive graphics such as tours, as well as familiar graphics such as the scatterplot, barchart and parallel coordinates plots. Plots are interactive and linked with brushing and identification.

http://www.ggobi.org/

> install.packages('rggobi')
> library('rggobi')
> g <- ggobi(mtcars)
> ggobi_display_save_picture(displays(g)[[1]], "test.png")

http://www.youtube.com/watch?v=OIkuQFQLMeo

No comments: