tabMatrix-indexing | R Documentation |
S4 method for row and column subsetting a 'tabMatrix'
## S4 method for signature 'tabMatrix,index,missing,logical'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'tabMatrix,index,missing,missing'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'tabMatrix,missing,index,logical'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'tabMatrix,missing,index,missing'
x[i, j, ..., drop = TRUE]
x |
a tabMatrix object. |
i |
integer vector indicating the rows to select. Not used for column subsetting. |
j |
integer vector indicating the columns to select. Not used for row subsetting. |
... |
not used. |
drop |
whether to return a vector in case of a single selected row or column. |
The selected rows/columns as a tabMatrix or a vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.