c.DataSet: S3 concatenation function for DataSet

View source: R/DataSet.R

c.DataSetR Documentation

S3 concatenation function for DataSet

Description

Concatenation for DataSets. Combines multiple runs from separate DataSets into a single DataSet object if all provided arguments have the same dimension, function ID and algorithm ID, and each contains only a single run. Currently does not support parameter tracking

Usage

## S3 method for class 'DataSet'
c(...)

Arguments

...

The DataSets to concatenate

Value

A new DataSet

Examples

c(dsl[[1]], dsl[[1]])

IOHanalyzer documentation built on Sept. 20, 2023, 5:07 p.m.