gtm_sort {gtm}R Documentation

Sorts the columns of argument matrix R in increasing order

Description

Size of the column is the usual Euclidean norm.

Usage

srtdR = gtm_sort(R)

Arguments

R an (unsorted) matrix

Value

srtdR - the corresponding sorted matrix

Examples

  m = matrix( c(1,4,2,7,1,3), nrow=2)

  gtm_sort(m)

[Package gtm version 1.0 Index]