Playing around with rggobi at the moment, the R package which interfaces with the interactive graphics package GGobi. Installation very easy; just needed the command:
source("http://www.ggobi.org/downloads/install.r")
Followed by a restart of R.
To get the first session going:
require(rggobi)
g = ggobi(mtcars)