R/BASIX.find.interval.R

Defines functions BASIX.find.interval

Documented in BASIX.find.interval

BASIX.find.interval <- function(vec,from,to,start=1){

ids <- .Call("find_windowC",vec,from,to,start,PACKAGE="BASIX")

return(ids)

}

Try the BASIX package in your browser

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

BASIX documentation built on June 13, 2022, 5:05 p.m.