R/maxpoints.R

Defines functions maxpoints

Documented in maxpoints

maxpoints <-
function(td)
{
	return(apply(td, 1, max))	
}

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.