ibind: Combines multiple interval objects into a single interval...

View source: R/interval.R

ibindR Documentation

Combines multiple interval objects into a single interval object.

Description

Combines multiple interval objects into a single interval object.

Usage

ibind(..., class = FALSE)

Arguments

...

Interval objects to bind together.

class

Logical value indicating whether to assign a new class label to each interval object when binding. If 'TRUE', each set of intervals will have a distinct class label.

Value

A new interval object containing the combined intervals from the input objects.

Examples

ibind(iaggregate(iris, 5), iaggregate(iris, 5))
ibind(iaggregate(iris, 5), iaggregate(iris, 5), iaggregate(iris, 5),
class = TRUE)

COveR documentation built on Oct. 30, 2024, 9:28 a.m.