[,expressionset-method | R Documentation |
Select a subset
## S4 method for signature 'expressionset'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'expressionset'
x[[i, j, ..., exact = TRUE]]
## S4 method for signature 'confrontation'
x[i, j, ..., drop = TRUE]
x |
An R object |
i |
an index (numeric, boolean, character) |
j |
not implemented |
... |
Arguments to be passed to other methods |
drop |
not implemented |
exact |
Not implemented |
An new object, of the same class as x
subsetted according to i
.
The options
attribute will be cloned
Other confrontation-methods:
as.data.frame,confrontation-method
,
confront()
,
confrontation-class
,
errors()
,
event()
,
keyset()
,
length,expressionset-method
,
values()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.