Cool graph in 5 seconds. Open R. Type
library(rgl) with(mtcars, plot3d(wt, disp, mpg, col="red", size=3))
Spin the graph with your mouse. Cool!
(Hat-tip to the mighty Quick-R from whom I stole the code)
Cool graph in 5 seconds. Open R. Type
library(rgl) with(mtcars, plot3d(wt, disp, mpg, col="red", size=3))
Spin the graph with your mouse. Cool!
(Hat-tip to the mighty Quick-R from whom I stole the code)