connectOverDistance: Connect intervals that are close enough Generates a smaller...

View source: R/connectOverDistance.R

connectOverDistanceR Documentation

Connect intervals that are close enough Generates a smaller dataframe of connected intervals using a data frame of given intervals and a distance that allows tow of them to be connected

Description

Connect intervals that are close enough Generates a smaller dataframe of connected intervals using a data frame of given intervals and a distance that allows tow of them to be connected

Usage

connectOverDistance(interval, distance = dminutes(30))

Arguments

interval

Initial dataframe of intervals to be connected

distance

distance between ttwo intervals to allo the connection of both in just one.

Value

A dataframe of intervals, having less or equal rows tan the original


fjbaron/accelerator documentation built on July 7, 2023, 6:52 p.m.