R sourcelibrary(rgl)par3d(windowRect=c(200,200,600,600)) rgl.bg(color=c("lightgreen")) plot3d(rnorm(100),rnorm(100),rnorm(100),type="s",col=rainbow(100)) |
You must enable Javascript to view this page properly. Drag mouse to rotate model. Use mouse wheel or middle button to zoom it. Object written from rgl 0.97.0 by writeWebGL. |