R/getPermutatedWinScores.R

Defines functions `getPermutatedWinScores`

`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)))
}

Try the CSAR package in your browser

Any scripts or data that you put into this service are public.

CSAR documentation built on Nov. 8, 2020, 6:50 p.m.