select: Select a subset

[,expressionset-methodR Documentation

Select a subset

Description

Select a subset

Usage

## 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]

Arguments

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

Value

An new object, of the same class as x subsetted according to i.

Details

The options attribute will be cloned

See Also

Other confrontation-methods: as.data.frame,confrontation-method, confrontation-class, confront(), errors(), event(), keyset(), length,expressionset-method, values()


validate documentation built on March 31, 2023, 6:27 p.m.