Nothing
`getPermutatedWinScores` <-
function(file,nn){
nulldis<-vector("list",length=length(nn))
for (i in 1:length(nn)){
nulldis[[i]]<-scan(file=paste(file,"-",nn[i],".permutatedWin",sep=""))
}
return(as.numeric(unlist(nulldis)))
}
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.