allEqual | R Documentation |
Test whether all values are equal.
allEqual(x, tol = .Machine$double.eps^0.5, ...)
x |
An R object coercable to numeric. |
tol |
The tolerance of the equality |
... |
Arguments passed on to range and mean, particularly na.rm. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.