Learn R Programming

COveR (version 1.0.1)

ibind: Interval binding.

Description

Bind intervals.

Usage

ibind(..., class = FALSE)

Arguments

...

All intervals to bind.

class

set to true to create class by bind interval, false bind class attribute.

Examples

Run this code
# NOT RUN {
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