ibind | R Documentation |
Combines multiple interval objects into a single interval object.
ibind(..., class = FALSE)
... |
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. |
A new interval object containing the combined intervals from the input objects.
ibind(iaggregate(iris, 5), iaggregate(iris, 5))
ibind(iaggregate(iris, 5), iaggregate(iris, 5), iaggregate(iris, 5),
class = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.