R/incseq.R

Defines functions `incseq`

`incseq` <-
function(a,b) {
  seq(a,b,length = max(0,b-a+1))
}

Try the klin package in your browser

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

klin documentation built on May 2, 2019, 1:05 p.m.