I have a file with several column loaded in R. What I want to achieve is to order the column of the file respect to the minimal value in each of the column. E.g.
Input(minA=0,minB=3,minC=1)
A B C
4 8 1
2 3 4
0 3 1
Output
A B C
4 1 8
2 4 3
0 1 3
MARGINargument inapply- see?applyfor more info) – BenBarnes Jun 29 '12 at 8:21