How can I sort(decreasing) a matrix on just the first column?
For example, I can I get

  8  2
  7  5
  4  1

from

  7  5
  4  1
  8  2

Thanks

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to