Skip to content
Prev 175376 / 398502 Next

Sorting problem

Duncan Murdoch-2 wrote:
==========
r46470 | ripley | 2008-08-31 12:53:42 -0400 (Sun, 31 Aug 2008) | 3 lines

add xtfrm, use it in order() etc
make is.unsorted work on classed objects
==========

 Adding

xtfrm.numeric <- function(x) {x}

would seem to add the case that people are looking for -- unless
there's something special that needs to be handled with NAs ???

  Ben Bolker