R/segPos.R

Defines functions segPos

Documented in segPos

segPos <-
function(CPvector, n){
  pos = which(CPvector==n)
  return(pos)
}

Try the ARTIVA package in your browser

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

ARTIVA documentation built on May 1, 2019, 6:31 p.m.