interval2criterio: Convert a dataframe of intervals, given a vector of...

Description Usage Arguments Value

View source: R/interval2criterio.R

Description

Convert a dataframe of intervals, given a vector of timestamps representing epochs to a boolean vector representing if that epoch belong to one of the intervals

Usage

1
interval2criterio(ts, intervalos, durEpoch = dseconds(5))

Arguments

ts

vector of timestamps

intervalos

dataframe of intervals, with columns to and {from

Value

a logical vector of length(ts) indicating if that time velong to a interval


fjbaron/rbouts documentation built on July 12, 2019, 7:51 p.m.