The R Project SVN R

Rev

Rev 70856 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 70856 Rev 79189
Line 27... Line 27...
27
  grouped/sorted, the grouping is unchanged.  This is useful for
27
  grouped/sorted, the grouping is unchanged.  This is useful for
28
  aggregation and is particularly fast for character vectors.
28
  aggregation and is particularly fast for character vectors.
29
 
29
 
30
  Under the covers, the \code{"radix"} method of \code{\link{order}} is
30
  Under the covers, the \code{"radix"} method of \code{\link{order}} is
31
  used, and the same caveats apply, including restrictions on character
31
  used, and the same caveats apply, including restrictions on character
32
  encodings and lack of support for long vectors (those with
32
  encodings and lack of support for \link{long vectors} (those with
33
  \eqn{2^{31}}{2^31} or more elements). Real-valued numbers are slightly
33
  \eqn{2^{31}}{2^31} or more elements). Real-valued numbers are slightly
34
  rounded to account for numerical imprecision.
34
  rounded to account for numerical imprecision.
35
  
35
  
36
  Like \code{order}, for a classed \R object the grouping is based on
36
  Like \code{order}, for a classed \R object the grouping is based on
37
  the result of \code{\link{xtfrm}}.
37
  the result of \code{\link{xtfrm}}.