generatetimedeltas: Constructs matrix of sequential time windows suitable for...

View source: R/generatetimedeltas.R

generatetimedeltasR Documentation

Constructs matrix of sequential time windows suitable for slicing time ordered networks

Description

-

Usage

generatetimedeltas(starttime, stoptime, delta)

Arguments

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.

Value

A n x 2 matrix. Each row contains the start and stop time of a window with width delta.

Author(s)

Benjamin Blonder bblonder@email.arizona.edu.

See Also

generatetimelags ~~~

Examples

td100 <- generatetimedeltas(0,1500,100)
boxplot(t(td100))

bblonder/timeordered documentation built on Aug. 29, 2023, 9:15 a.m.