rbind.intervs_mat: Row-bind intervs_mat objects concatenating their intervals

View source: R/intervals-to-mat.R

rbind.intervs_matR Documentation

Row-bind intervs_mat objects concatenating their intervals

Description

Concatenates the rows of the matrices AND the rows of their "intervals" attributes. If any input is not an intervs_mat, falls back to plain matrix rbind (the result is a base matrix with no intervals attribute).

Usage

## S3 method for class 'intervs_mat'
rbind(..., deparse.level = 1)

Arguments

...

intervs_mat objects (and/or other matrix-like inputs).

deparse.level

passed to base rbind.

Value

An intervs_mat if all inputs were intervs_mat; otherwise a plain matrix.

See Also

[gintervals.to_mat()]


misha documentation built on Aug. 24, 2026, 5:14 p.m.