Learn R Programming

timeordered (version 1.0.1)

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

Description

-

Usage

maxpoints(td)

Value

A maximum value for each of n rows of td

Arguments

td

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

Author

Benjamin Blonder bblonder@email.arizona.edu.

See Also

generatetimelags,generatetimedeltas ~~~

Examples

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

Run the code above in your browser using DataLab