R/seqWrapper.R

seqWrapper <-
function(lb, ub, by=1) {
  s = c()
  if(!ub < lb) s = seq(lb,ub, by=by)
  return(s)
}

Try the grplassocat package in your browser

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

grplassocat documentation built on May 2, 2019, 8:18 a.m.