[R] sorting by the row names

Prof Brian Ripley ripley at stats.ox.ac.uk
Thu Aug 21 17:51:50 CEST 2008


On Thu, 21 Aug 2008, someone without a real name wrote:

> is it possible to sort a file by the row names?

No, as files does not have row names.  But data frames do, so perhaps

DF[sort.list(row.names(DF)), ]

is what you are looking for.


-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595



More information about the R-help mailing list