R/pulse.location.R

#'@rdname internal
`pulse.location` <-
function (x, XFUN = median) 
{
    tapply(x$lengths, x$values, FUN = XFUN)[c("low", "high")]
}

Try the IHA package in your browser

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

IHA documentation built on May 2, 2019, 5:15 p.m.