unitbundle_Compare: Comparisons of unitbundles

Description Usage Arguments Details

Description

When data with units are compared, the units ought to be considered according to standard rules. Data that are unitted obey these rules. To make this possible, the units themselves (as unitbundle objects) also obey rules relevant to comparison, but be warned - the rules are slightly different for unitbundle objects than they are for unitted objects. See Details | Comparisons of unitbundles.

Usage

1
2
## S4 method for signature 'unitbundle,unitbundle'
Compare(e1, e2)

Arguments

e1

the first unitbundle

e2

the second unitbundle

Details

Comparisons of unitbundles

e1==e2

True if e1 and e2 are identical.

e1!=e2

True if e1 and e2 are anything but identical.

>, <, >=, <=

Undefined for unitbundles.


appling/unitted documentation built on May 10, 2019, 12:44 p.m.