maxpoints: Determines the maximum value of each row of a matrix; used as...

View source: R/maxpoints.R

maxpointsR Documentation

Determines the maximum value of each row of a matrix; used as a convenience function for plotting.

Description

-

Usage

maxpoints(td)

Arguments

td

A n x 2 matrix describing a set of start and stop times.

Value

A maximum value for each of n rows of td

Author(s)

Benjamin Blonder bblonder@email.arizona.edu.

See Also

generatetimelags,generatetimedeltas ~~~

Examples

tl100 <- generatetimelags(0,1500,100)
boxplot(t(maxpoints(tl100)))

timeordered documentation built on Aug. 21, 2023, 1:06 a.m.