| sort.ldat | R Documentation | 
Sort an ldat
## S3 method for class 'ldat' sort(x, decreasing = FALSE, ...)
| x | 
 | 
| decreasing | unused (a value unequal to  | 
| ... | unused. | 
Sorts x and returns a sorted copy of x.
x <- as_ldat(iris) sort(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.