On Sun, 3 Feb 2013, Allin Cottrell wrote:
On Sun, 3 Feb 2013, Marcin Błażejowski wrote:
> simple script:
> <hansl>
> matrix foo = mnormal(5,1)
> rownames(foo, "row1 row2 row3 row4 row5")
> print foo
>
> foo = msortby(foo,1)
> print foo
> </hansl>
>
> Result matrix foo is sorted (values), but names of rows are not. This is
> bug or normal behavior?
Well, it hasn't come up before, but I suppose we should consider it a bug.
If it was a bug, it's now fixed in CVS.
Allin