On Sun, Mar 29, 2009 at 5:21 PM, Ben Bolker <bol...@ufl.edu> wrote: > 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 ???
Yes, that was what I was suggesting. xtfrm currently converts NaN to NA, but that does not seem to be necessary for it to meet its specification of "producing a numeric vector which will sort in the same order as 'x'", since sort treats NaNs the same as NAs. -s ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.