I understand how to sort a vector, but I could not find how to sort a data frame or matrix by one variable (column). Could you give me some examples? Thanks! Ling
On Wed, 2005-06-22 at 14:34 -0700, Ling Jin wrote:> I understand how to sort a vector, but I could not find how to sort a > data frame or matrix by one variable (column). Could you give me some > examples? Thanks! > > LingSee the examples in ?order HTH, Marc Schwartz
See RSiteSearch("sort.data.frame"), or more generally, ?order. Andy> From: Ling Jin > > I understand how to sort a vector, but I could not find how to sort a > data frame or matrix by one variable (column). Could you give me some > examples? Thanks! > > Ling > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! > http://www.R-project.org/posting-guide.html > > >