generatetimedeltas {timeordered} | R Documentation |
-
generatetimedeltas(starttime, stoptime, delta)
starttime |
The starting time of the first time window. |
stoptime |
The stopping time of the last time window. |
delta |
The size of each time window. |
A n x 2 matrix. Each row contains the start and stop time of a window with width delta.
Benjamin Blonder bblonder@email.arizona.edu.
generatetimelags
~~~
td100 <- generatetimedeltas(0,1500,100)
boxplot(t(td100))