Description Usage Arguments Value Examples
Simple function to allow comparisons between multiple objects
1 |
x |
an object |
... |
additional objects to be compared to |
if all objects are equal to x
as defined by
all.equal(x, object)
yielding TRUE
then
the logical value TRUE
. If not, then a
logical vector indicating which are, or are not,
equal to x
in this sense
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.