Revision c80b73102b44a867701a8fa3eb0dd51a7fab5592 authored by Samrachana Adhikari on 26 May 2018, 21:01:51 UTC, committed by cran-robot on 26 May 2018, 21:01:51 UTC
1 parent 2fc8c4f
which.suck.R
which.suck=function(vectors, dim){
if(dim>1){which(vectors<0.10 | vectors>0.4)
}else{which(vectors<0.30 | vectors>0.55)}
}

Computing file changes ...