View source: R/intervals-to-mat.R
| rbind.intervs_mat | R Documentation |
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).
## S3 method for class 'intervs_mat'
rbind(..., deparse.level = 1)
... |
|
deparse.level |
passed to base |
An intervs_mat if all inputs were intervs_mat;
otherwise a plain matrix.
[gintervals.to_mat()]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.