R/maxpoints.R

Defines functions maxpoints

Documented in maxpoints

maxpoints <-
function(td)
{
	return(apply(td, 1, max))	
}
bblonder/timeordered documentation built on Sept. 15, 2024, 6:30 p.m.