==.DataSet {IOHanalyzer} | R 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]]
[Package IOHanalyzer version 0.1.8.10 Index]