| [.intervs_mat | R Documentation |
Row subset of an intervs_mat subsets attr(., "intervals") in
parallel. Column-only subset leaves the intervals attribute unchanged.
Single-row results with drop = TRUE return a plain numeric vector
(class dropped).
## S3 method for class 'intervs_mat'
x[i, j, ..., drop = TRUE]
x |
an |
i |
row selector (logical, integer, or character matching rownames) |
j |
column selector |
... |
unused |
drop |
if |
An intervs_mat (still 2D), or a numeric vector (degenerate).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.