Description Usage Arguments Value Examples
Creates a table of aov summary
| 1 2 | 
| x | a data frame | 
| decreasing | Decreasing oder? | 
| by | index to sort on | 
| ... | further arguments passed to or from other methods (ignored) | 
a sorted data frame
| 1 2 3 4 | ##sort(iris, by="Sepal.Length")
##sort(iris, by=c("Species","Sepal.Length"))
##sort(iris, by=1:2)
##sort(iris, by="Sepal.Length",decreasing=TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.