R/minid.R

Defines functions minid

Documented in minid

minid <-
function(v){
	r=sort.int(v,index.return=TRUE)$ix[1]
	r
}

Try the smart package in your browser

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

smart documentation built on May 29, 2017, 8:58 p.m.