> It wouldn't make sense in the context of
>   vector[-factor]

True, but that doesn't work currently so you wouldn't lose anything.
However, it would make a certain class of problem that used to throw
errors become silent.

> Wouldn't it be better to allow order's decreasing argument
> to be a vector with one element per ... argument?  That
> would work for numbers, factors, dates, and anything
> else.  Currently order silently ignores decreasing[2] and
> beyond.

The problem is you might want to do something like order(a, -b, c, -d)

Hadley

-- 
http://had.co.nz/

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to