simpleSort: A simple interface to sorting routines in R

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/simpleFuns.R

Description

The function demonstrates how to access R's internal sorting routines via the .Call interface.

Usage

1

Arguments

x

The vector to be sorted.

Details

A simple interface to sorting routines in R. It is intended to be modified following exercises in the accompanying monograph.

Value

The sorted vector.

Author(s)

R. Gentleman

See Also

simpleRand, .Call

Examples

1
 simpleSort(c(4,2,6))

RBioinf documentation built on Nov. 8, 2020, 11:11 p.m.