R/maxpoints.R

Defines functions maxpoints

Documented in maxpoints

maxpoints <-
function(td)
{
	return(apply(td, 1, max))	
}
bblonder/timeordered documentation built on Sept. 23, 2024, 8:41 a.m.