[R] How do I sort data containts character

Unung Istopo Hartanto unung at enciety.com
Tue Jun 8 09:18:27 CEST 2004


Sorry, it's simple question:

example :
> data.test
  label 	value
1   one        21.35746
2   two        22.07592
3 three        20.74098

>

I would like the return :

label 	value
3 three        20.74098
1   one        21.35746
2   two        22.07592

Anyone can help it?

Thanks,

regards

Unung Istopo




More information about the R-help mailing list