sort.ldat: Sort an ldat

View source: R/sort_ldat.R

sort.ldatR Documentation

Sort an ldat

Description

Sort an ldat

Usage

## S3 method for class '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

x <- as_ldat(iris)
sort(x)


djvanderlaan/lvec_stats documentation built on Oct. 4, 2022, 7:02 p.m.