Learn R Programming

timeordered (version 0.9.6)

maxpoints: 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

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