Description Usage Arguments Value Author(s) Examples
eql
checks two vectors on equality; two NA's and two NaN's
are compared as equal.
1 | eql(x, y)
|
x, y |
vectors of equal length. |
A vector of logicals indicating the result of the element by element comparison.The elements of shorter vectors are recycled as necessary.
Christian W. Hoffmann <christian@echoffmann.ch>,
idea by Peter Dalgaard, p.dalgaard@biostat.ku.dk
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.