different: Check whether two objects are different

View source: R/helpers.R

differentR Documentation

Check whether two objects are different

Description

Check whether two objects are numerically different, ignoring all attributes.

Usage

different(a, b)

Arguments

a

First object

b

Second object

Details

We use this helper function in particular to see if a new value for a slot in MizerParams is different from the existing value in order to give the appropriate messages.

Value

TRUE or FALSE


drfinlayscott/mizer documentation built on April 13, 2024, 9:16 a.m.