| order.ldat | R Documentation |
Order an ldat
## S3 method for class 'ldat' order(x, ...)
x |
|
... |
unused. |
Returns the order of x. Unlike the default order
function in R, the sort used is not stable (e.g. in case there are multiple
records with the same value in x, there relative order after sorting
is not defined).
x <- as_ldat(iris)
o <- order(x[c("Sepal.Width", "Sepal.Length")])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.