[,cacomp,ANY,ANY,ANY-method | R Documentation |
Subset rows and columns of a cacomp object.
## S4 method for signature 'cacomp,ANY,ANY,ANY' x[i = NULL, j = NULL, ..., drop = FALSE]
x |
cacomp object |
i |
rows to subset to. |
j |
columns to subset to. |
... |
Furhter arguments |
drop |
Whether or not to coerce to the lowest possible dimension. Should be FALSE! |
Returns a cacomp object with rows and columns subsetted.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.