check_equal: Check equality of 'Experiment' components.

View source: R/utils.R

check_equalR Documentation

Check equality of Experiment components.

Description

Check if any two DGPs, Methods, Evaluators, or Visualizers are the same with respect to the function and inputted arguments.

Usage

check_equal(obj1, obj2)

Arguments

obj1

An object of class DGP, Method, Evaluator, or Visualizer

obj2

An object of class DGP, Method, Evaluator, or Visualizer

Value

Logical. Returns TRUE if both objects have the same function and arguments and FALSE otherwise.


Yu-Group/simChef documentation built on March 25, 2024, 3:22 a.m.