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)
> … Continue reading