discretizePosix: Discretizes time periods

Description Usage Arguments Value Author(s)

View source: R/discretizePosix.R

Description

Takes an array of timestamps and discretizes it by a specific time difference.

Usage

1
discretizePosix(timestamps, delta)

Arguments

timestamps

array with timestamps to dscretize, must be POSIX.

delta

time difference to discretize-with in seconds, use 60 to descretize by minutes, 3600 by hours, etc.

Value

Returns an array with times discretized.

Author(s)

Daniel Fischer


danielfm123/dftools documentation built on July 17, 2021, 1 p.m.