[,ClusterSet,ANY,ANY,ANY-method | R Documentation |
The subsetting operator of a ClusterSet object. The i axis correspond to clusters and j to column/cells
## S4 method for signature 'ClusterSet,ANY,ANY,ANY'
x[i, j, ..., drop = FALSE]
i |
indices specifying rows to extract. Indices are numeric or character vectors or empty (missing) or NULL. |
j |
indices specifying column to extract. Indices are numeric or character vectors or empty (missing) or NULL. |
... |
See ?'['. Not functionnal here. |
drop |
For matrices and arrays. If TRUE the result is coerced to the lowest possible dimension. Not functionnal here. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.