sort.data.frame: Implements a sort method for data.frame,
sorting it in lexicographic order.
Description
This function returns a data frame sorted in lexcographic order: first
by the first column, ties broken by the second, remaining ties by the
third, etc..
Usage
## S3 method for class 'data.frame':
sort(x, decreasing = FALSE, ...)