Test whether all objects are equal
Test whether all objects are equal. The test is based on the all.equal
function.
multipleAllEqual(...)
... |
The target objects |
TRUE
if all objects are equal.
Sunthud Pornprasertmanit (psunthud@gmail.com)
multipleAllEqual(1:5, 1:5, seq(2, 10, 2)/2) # Should be TRUE multipleAllEqual(1:5, 1:6, seq(2, 10, 2)/2) # Should be FALSE
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.