Interactive 3d plot, in R
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...]