equals-.DataSet: S3 generic == operator for DataSets

==.DataSetR Documentation

S3 generic == operator for DataSets

Description

S3 generic == operator for DataSets

Usage

## S3 method for class 'DataSet'
dsL == dsR

Arguments

dsL

A 'DataSet' object

dsR

A 'DataSet' object

Value

True if the DataSets contain the same function, dimension and algorithm, and have the exact same attributes

Examples

dsl[[1]] == dsl[[2]]

IOHanalyzer documentation built on May 29, 2024, 9:39 a.m.