Learn R Programming

IOHanalyzer (version 0.1.8.10)

c.DataSet: 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 DataSet
c(...)

Value

A new DataSet

Arguments

...

The DataSets to concatenate

Examples

Run this code
c(dsl[[1]], dsl[[1]])

Run the code above in your browser using DataLab