psolymos / intrval

Relational Operators for Intervals
41 stars 4 forks source link

Interval-to-interval relations: some of them are not implemented? #4

Closed mgacc0 closed 7 years ago

mgacc0 commented 7 years ago

Some interval-to-interval relations

Equal Not equal Less than Greater than
%[0]% %)0(% %[<0]% %[0>]%

are mentioned on the README but they are not implemented in ../blob/master/R/specials.R ?

(Great package! And congratulations... I'm sure I will use it a lot. 👍 )

psolymos commented 7 years ago

Thanks for proofreading. It is supposed to be o and not 0.

psolymos commented 7 years ago

Commit 95076baf1ef2a4d964eb086450c17db9b3dbe4e9 closes this issue.