R/fn2B.R

Defines functions fn2B

Documented in fn2B

fn2B <-
function(i,posx, posy=posy, posz=posz, PA=FALSE, NumProcess=2, shi1, shi2, T=T)
{
	aux<-DistShift(posx=posx, NumProcess=NumProcess,  posy=posy, posz=posz, 
		shii1=shi1[i],shii2=shi2[i], PA=PA, info=FALSE, T=T)
	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.