R/firstt.R

Defines functions firstt

Documented in firstt

firstt <-
function(posNH)
{
minpos<-min(unlist(posNH))
return(minpos)
}

Try the IndTestPP package in your browser

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

IndTestPP documentation built on Aug. 29, 2020, 1:06 a.m.