R/lomax.R

Defines functions lomax

lomax <-
function(x){
  which(diff(c(TRUE, diff(x) >= 0, FALSE)) < 0)
}

Try the gazepath package in your browser

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

gazepath documentation built on Feb. 9, 2020, 5:07 p.m.