View source: R/connectOverDistance.R
connectOverDistance | R 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
connectOverDistance(interval, distance = dminutes(30))
interval |
Initial dataframe of intervals to be connected |
distance |
distance between ttwo intervals to allo the connection of both in just one. |
A dataframe of intervals, having less or equal rows tan the original
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.