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

Description Usage Arguments Value

View source: R/connectOverDistanceV2.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
2
cercaElastico(to1, from2, distanciaNoche = dhours(4),
  distanciaDia = dminutes(30), earlyMorning = c(1, 9))

Arguments

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

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.