R/midpoints.R

Defines functions midpoints

Documented in midpoints

midpoints <-
function(td)
{
	return(apply(td, 1, mean))
}

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.