R/seq-ncol.r

seq.ncol <-
function(dt)
  ## auxiliary function to fs.leave.k.out.exact
  {
    numcol <- ncol(dt)
    seq(numcol)
  }
tbilab/DESnowball documentation built on May 31, 2019, 3:58 a.m.