Learn R Programming

misha (version 5.11.23)

rbind.intervs_mat: 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 intervs_mat
rbind(..., deparse.level = 1)

Value

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

Arguments

...

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

deparse.level

passed to base rbind.

See Also

[gintervals.to_mat()]