TransformedData.select: Creating a Sub-Selection of a Transformed Dataset Instance.

Description Usage Arguments Value

Description

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.

Usage

 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)

Arguments

data

the data to sub-select

selection

the selection (or NULL to select verything)

Value

an instance of the same class as data, but only containing the elements listed in selection.


thomasWeise/dataTransformeR documentation built on May 14, 2019, 8:03 a.m.