sort {rv} | R Documentation |
sort
is a replacement for the standard sort
function, which is called if x
is not an rv
object.
sort(x, ...)
x |
an object |
... |
further arguments passed to sort |
Once sort
becomes a generic (and truly object-oriented) method,
this function will also become a truly object-oriented method.
Jouni Kerman kerman@stat.columbia.edu http://www.stat.columbia.edu/~kerman
Kerman, Jouni and Gelman, Andrew. Manipulating and Summarizing Posterior Simulations Using Random Variable Objects. Technical report, Columbia University, New York.
The original help page for sort
.
Other adapted functions: rvAdapted, cov
.
#