Description Usage Arguments Value
Implementations of this method must accept an instance of a transformed data-like object and an integer value and then return a sub-selection of that data.
1 2 3 4 5 6 7 8 9 10 11 | TransformedData.select(data, selection)
## S4 method for signature 'TransformedData,.dataTransformeR.vectorOrNULL'
TransformedData.select(data,
selection)
## S4 method for signature 'TransformedData2D,.dataTransformeR.vectorOrNULL'
TransformedData.select(data,
selection)
|
data |
the data to sub-select |
selection |
the selection (or |
an instance of the same class as data, but only containing the
elements listed in selection.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.