Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


simsem (version 0.2-8)

multipleAllEqual: Test whether all objects are equal

Description

Test whether all objects are equal. The test is based on the all.equal function.

Usage

multipleAllEqual(...)

Arguments

...
The target objects

Value

  • TRUE if all objects are equal.

Examples

Run this code
multipleAllEqual(1:5, 1:5, seq(2, 10, 2)/2)
multipleAllEqual(1:5, 1:6, seq(2, 10, 2)/2)

Run the code above in your browser using DataLab