R/fn3.R

Defines functions fn3

Documented in fn3

fn3 <-
function(i,posx, lambday=NULL)
{
	posy<-simNHPc(lambda=lambday)$posNH
	aux<-nearestdist(posx, posy)
#      aux <- sort(aux, na.last = TRUE)
	return(aux)
}

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.