View source: R/connectOverDistanceV2.R
cercaElastico | 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
cercaElastico(
to1,
from2,
distanciaNoche = dhours(4),
distanciaDia = dminutes(30),
earlyMorning = c(1, 9)
)
distanciaNoche |
distance between ttwo intervals to allo the connection of both in just one. |
distanciaDia |
distance between ttwo intervals to allo the connection of both in just one. |
interval |
Initial dataframe of intervals to be connected |
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.