S4 method for row and column subsetting a 'tabMatrix'
# S4 method for tabMatrix,index,missing,logical
[(x, i, j, ..., drop = TRUE)# S4 method for tabMatrix,missing,index,logical
[(x, i, j, ..., drop = TRUE)
a tabMatrix object.
integer vector indicating the rows to select. Not used for column subsetting.
integer vector indicating the columns to select. Not used for row subsetting.
not used.
whether to return a vector in case of a single selected row or column.
the selected rows/columns as a tabMatrix or a vector.