> -----Original Message-----
> From: r-help-boun...@r-project.org 
> [mailto:r-help-boun...@r-project.org] On Behalf Of William Dunlap
> Sent: Thursday, October 08, 2009 12:01 PM
> To: Bert Gunter; Erik Iverson; Kajan Saied; r-help@r-project.org
> Subject: Re: [R] sort (all columns of) a matrix

... [recommendation to use unname() when using do.call() elided] ...

> (Internally order() can call do.call("order",...) without using unname
> so it could run into the same problem.)

That was a false alarm.  order() does call do.call but it would be
impossible for the arguments to order to be in the list passed to it.

Bill Dunlap
Spotfire, TIBCO Software
wdunlap tibco.com 

______________________________________________
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.

Reply via email to