is_splice_overlapping function

Checks if splicing data.frames overlap

Checks if splicing data.frames overlap

is_splice_overlapping(...)

Arguments

  • ...: Each argument can be a data frame or a list of data frames

Returns

logical

Examples

l1 <- list(a=c(1, 10), a = c(20, 30), b = c(30, 40)) dfr1 <- splice_time(l1) l2 <- list(a=c(10, 15), b = c(15, 25)) dfr2 <- splice_time(l2) is_splice_overlapping(dfr1, dfr2)

See Also

Other splicing functions: clip_splice(), get_spliced_view(), merge_splice(), splice_time.Duration(), splice_time.Metre(), splice_time.OnsetsDifference(), splice_time.View(), splice_time.list(), splice_time(), split.SplicedView()

  • Maintainer: Tuomas Eerola
  • License: MIT + file LICENSE
  • Last published: 2023-06-09

Useful links