Description Usage Arguments Value Author(s)
sorting or ordering more complex objects
1 2 3 4 5 6 7 8 9 10 | sort(x, decreasing = FALSE, na.last = NA, FUN, ...)
## S4 method for signature 'matrix'
sort(x, decreasing = FALSE, na.last = NA, FUN, ...)
## S4 method for signature 'data.frame'
sort(x, decreasing = FALSE, na.last = NA, FUN, ...)
## S4 method for signature 'ANY'
sort(x, decreasing = FALSE, na.last = NA, FUN, ...)
|
x |
for |
decreasing |
logical. Should the sort be increasing or decreasing?
For the |
na.last |
for controlling the treatment of |
FUN |
a sort function. if |
... |
arguments to be passed to or from methods or (for the
default methods and objects without a class) to |
a sorted object of same type as x
Mark Cowley
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.