Skip to content
Prev 200106 / 398506 Next

why the same values cannot be judged to be the same in R

I think you want to use '%in%' instead of '=='.  Try debugging (or
understanding) what is happening by evaluating the subexpressions of
the compares you have in your original posting.  Also take a look at
the 'recycling' of arguments and then you may understand what is
happening:
areaid   x1   y1 tag
2      1 1.53 2.34   0
4      1 1.52 2.35   0

        
On Thu, Nov 12, 2009 at 10:04 PM, rusers.sh <rusers.sh at gmail.com> wrote: