Martin Lam wrote: > Hi, > > I was wondering if someone know how to sort a data set > by column. > I've tried sort() but without luck. I would think > there should be a function for it somewhere. An > example with the iris data set would be appreciated.
See ?order. Uwe Ligges > Thanks, > > Martin > > ______________________________________________ > [email protected] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
