R/applynetworkfunction.R

Defines functions applynetworkfunction

Documented in applynetworkfunction

applynetworkfunction <-
function(slices, fun)
{
	return(lapply(slices, fun))	
}

Try the timeordered package in your browser

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

timeordered documentation built on Aug. 21, 2023, 1:06 a.m.