Learn R Programming

IOHanalyzer (version 0.1.8.10)

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

Description

S3 generic == operator for DataSets

Usage

# S3 method for DataSet
==(dsL, dsR)

Value

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

Arguments

dsL

A `DataSet` object

dsR

A `DataSet` object

Examples

Run this code
dsl[[1]] == dsl[[2]]

Run the code above in your browser using DataLab