R/imax.R

Defines functions imax

imax <-
function(x){seq(length(x))[x%in%max(x,na.rm=T)][1]}
natsuhiko/genplot documentation built on May 1, 2021, 8:03 p.m.