powered by
Test if two objects are nearly equal.
This method simply calls all.equal.default with the tolerance parameter set to .Machine$double.eps ^ 0.5. More useful as a static method.
all.equal.default
.Machine$double.eps ^ 0.5
# S3 method for PSRoot my.all.equal(static, target, current, ...)
A PSRoot object.
R object.
Other R object, to be compared with target.
Not used.
TRUE or FALSE.
For more information see PSRoot.
PSRoot
# NOT RUN { PSRoot$my.all.equal(0.0,0.0001) PSRoot$my.all.equal(0.0,0.000000001) # }
Run the code above in your browser using DataLab