Workspace 6.21.5
MapDataSeries

Maps each value in a DataSeries to a new value using a user-specified mapping function.

  • Default label: "Map data series"
  • Member of plug-in: Data analysis
  • Catalogue path: Data analysis/Data collection
Inputs:
MapperCSIRO::DataAnalysis::DataSeriesMapperThe mapping function that will be used to map the values in the input DataSeries. There are numerous data-types that derive from DataSeriesMapper, each of which map DataSeries' in different ways.
Data seriesCSIRO::DataAnalysis::DataSeries

The input DataSeries containing a series of data values that are to be mapped.

Outputs:
Data seriesQVector<double>

The mapped DataSeries.