Description Usage Arguments Value
View source: R/interval2criterio.R
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
1 | interval2criterio(ts, intervalos, durEpoch = dseconds(5))
|
ts |
vector of timestamps |
intervalos |
dataframe of intervals, with columns |
a logical vector of length(ts) indicating if that time velong to a interval
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.