powered by
Order an ldat
# S3 method for ldat order(x, ...)
ldat to sort
ldat
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
order
# NOT RUN { x <- as_ldat(iris) o <- order(x[c("Sepal.Width", "Sepal.Length")]) # }
Run the code above in your browser using DataLab