Description Usage Arguments Details Value Author(s) See Also Examples
The function demonstrates how to access R's internal sorting routines
via the .Call
interface.
1 | simpleSort(x)
|
x |
The vector to be sorted. |
A simple interface to sorting routines in R. It is intended to be modified following exercises in the accompanying monograph.
The sorted vector.
R. Gentleman
1 | simpleSort(c(4,2,6))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.