R/seq-ncol.r

Defines functions seq.ncol

seq.ncol <-
function(dt)
  ## auxiliary function to fs.leave.k.out.exact
  {
    numcol <- ncol(dt)
    seq(numcol)
  }

Try the DESnowball package in your browser

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

DESnowball documentation built on May 1, 2019, 6:34 p.m.