Nothing
`removeRedundancy` <-
function(mat,vec.ia,red=0){
mat<-as.data.frame(mat)
for(i in 1:length(vec.ia))
vec.ia[i]<-evalRedundancy(mat,vec.ia[i],red=red)
vec.ia
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.