Description Usage Arguments Value Author(s) Examples
Check if two unique pairs data structures are identical.
1 2 | ## S3 method for class 'UniquePairs'
equals(this, other, ...)
|
other |
Another UniquePairs object the given object os compared to |
verbose |
if |
... |
Not used. |
logical
indicating if two UniquePairs objects are equal
Alex Lisovich, Roger Day
1 2 3 4 5 6 | pairs1<-UniquePairs$create(examples$identDfList[[1]]);
pairs2<-UniquePairs$create(examples$identDfList[[2]]);
pairs3<-pairs1;
pairs1$equals(pairs2);
pairs1$equals(pairs3);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.