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

Description Usage Arguments Value

View source: R/connectOverDistance.R

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

1
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/rbouts documentation built on July 12, 2019, 7:51 p.m.