[ {nat.nblast} | R Documentation |
Extract parts of a sparse spam
matrix
Description
Extract parts of a sparse spam
matrix
Usage
## S4 method for signature 'spam,character,character,logical'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'spam,character,character,missing'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'spam,character,missing,logical'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'spam,character,missing,missing'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'spam,missing,character,logical'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'spam,missing,character,missing'
x[i, j, ..., drop = TRUE]
Arguments
x |
object to extract from. |
i |
row identifiers. |
j |
column identifiers. |
... |
additional arguments. |
drop |
logical indicating that dimensions should be dropped. |
[Package nat.nblast version 1.6.7 Index]