Learn R Programming

COveR (version 1.0.4)

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

Description

Combines multiple interval objects into a single interval object.

Usage

ibind(..., class = FALSE)

Value

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

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.

Examples

Run this code
ibind(iaggregate(iris, 5), iaggregate(iris, 5))
ibind(iaggregate(iris, 5), iaggregate(iris, 5), iaggregate(iris, 5),
class = TRUE)

Run the code above in your browser using DataLab