startR (version 0.0.1)

Sort: Sort Dimension Reorder for 'startR'

Description

This is a reorder function intended for use as parameter <dim_name>_reorder in a call to the function Start() in the package 'startR'. This function complies with the input/output interface required by Start() defined in the documentation for the parameter … of that function.

The applied reordering consists of an increasing sort of the coordinate variable values.

Usage

Sort(...)

Arguments

Additional parameters to adjust the reorderig (sent internally to the function sort()).

Value

List with the reordered values in the component $x and the permutation indices in the component $ix. See details in the documentation of the parameter … of the function Start().

See Also

CircularSort

Examples

Run this code
# NOT RUN {
## Check https://earth.bsc.es/gitlab/es/startR for step-by-step examples 
## of Start() that use Sort().
# }

Run the code above in your browser using DataLab