matchtimes: a tiny time matching function

View source: R/matchtimes.R

matchtimesR Documentation

a tiny time matching function

Description

a tiny time matching function

Usage

matchtimes(t1, t2)

Arguments

t1, t2

numeric time vectors.

See Also

findInterval.

Examples

t1 <- c(10, 20, 30, 40)
t2 <- c(9, 21, 36, 37)
matchtimes(t1, t2)
matchtimes(t2, t1)

williamcioffi/sattagutils documentation built on June 3, 2022, 10:21 a.m.