breakByTimeframe: Split detections every time "timeframe" hours pass.

View source: R/dyn_helpers.R

breakByTimeframeR Documentation

Split detections every time "timeframe" hours pass.

Description

Split detections every time "timeframe" hours pass.

Usage

breakByTimeframe(input, timerange, timeframe)

Arguments

input

a list of detections per group

timerange

the time-range over which detections are to be used

timeframe

the interval of hours in each time slot (in hours)

Value

the detections split by group and time slot


YuriNiella/RSP documentation built on Feb. 2, 2024, 5:03 a.m.