[ | R Documentation |
spam
matrixExtract parts of a sparse spam
matrix
## 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]
x |
object to extract from. |
i |
row identifiers. |
j |
column identifiers. |
... |
additional arguments. |
drop |
logical indicating that dimensions should be dropped. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.