The R Project SVN R

Rev

Rev 60333 | Rev 64657 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 60333 Rev 61433
Line 62... Line 62...
62
 
62
 
63
  Exactly what matches what is to some extent a matter of definition.
63
  Exactly what matches what is to some extent a matter of definition.
64
  For all types, \code{NA} matches \code{NA} and no other value.
64
  For all types, \code{NA} matches \code{NA} and no other value.
65
  For real and complex values, \code{NaN} values are regarded
65
  For real and complex values, \code{NaN} values are regarded
66
  as matching any other \code{NaN} value, but not matching \code{NA}.
66
  as matching any other \code{NaN} value, but not matching \code{NA}.
67
  
67
 
68
  That \code{\%in\%} never returns \code{NA} makes it particularly
68
  That \code{\%in\%} never returns \code{NA} makes it particularly
69
  useful in \code{if} conditions.
69
  useful in \code{if} conditions.
70
 
70
 
71
  Character strings will be compared as byte sequences if any input is
71
  Character strings will be compared as byte sequences if any input is
72
  marked as \code{"bytes"}.
72
  marked as \code{"bytes"}.