R/working.cltsk.par.R

Defines functions working.cltsk.par

working.cltsk.par <-
function(query,obs,th,bins,vth,vlen,llim,verbose,Large,future)
{
 	## working function for cltsk parallel
	apply(query,1,working.cltsk,obs=obs,th=th,bins=bins,vth=vth,vlen=vlen,llim=llim,verbose=verbose,Large=Large,future=future)
}

Try the ltsk package in your browser

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

ltsk documentation built on Sept. 3, 2023, 1:06 a.m.