powered by
-
generatetimedeltas(starttime, stoptime, delta)
A n x 2 matrix. Each row contains the start and stop time of a window with width delta.
The starting time of the first time window.
The stopping time of the last time window.
The size of each time window.
Benjamin Blonder bblonder@email.arizona.edu.
generatetimelags ~~~
generatetimelags
td100 <- generatetimedeltas(0,1500,100) boxplot(t(td100))
Run the code above in your browser using DataLab