rgl

Interactive 3d plot, in R

September 20, 2012 | arthur charpentier

Following the course of this afternoon, I will just upload some codes to make interactive 3d plots, in R. __ library(rgl) __ library(evd); __ data(lossalae) __ U=rank(lossalae[,1]+rnorm(nrow(lossalae), + mean=0,sd=.001))/(nrow(lossalae)+1) ... [Read more...]

Animation video of rgl in action

December 21, 2009 | Tal Galili

Duncan Murdoch just posted a youtube video presenting an animation clip of a 3d rgl object. Duncan even went further and wrote an explanation on how he made the video: here are the steps I used: 1.  Design a shape to be displayed, and then play with the animation functions to ... [Read more...]

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)