Learn R Programming

ldat (version 0.3.3)

sort.ldat: Sort an ldat

Description

Sort an ldat

Usage

# S3 method for ldat
sort(x, decreasing = FALSE, ...)

Arguments

x

ldat to sort

decreasing

unused (a value unequal to FALSE will generate an error).

...

unused.

Value

Sorts x and returns a sorted copy of x.

Examples

Run this code
# NOT RUN {
x <- as_ldat(iris)
sort(x)

# }

Run the code above in your browser using DataLab