Description Usage Arguments Value Author(s) See Also Examples
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.
1 2 | ## S3 method for class 'PSRoot'
my.all.equal(static, target, current, ...)
|
static |
A PSRoot object. |
target |
R object. |
current |
Other R object, to be compared with target. |
... |
Not used. |
TRUE or FALSE.
Botond Sipos, Gregory Jordan
For more information see PSRoot
.
1 2 3 | PSRoot$my.all.equal(0.0,0.0001)
PSRoot$my.all.equal(0.0,0.000000001)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.