sort_matrix {clustAnalytics}R Documentation

Sort matrix

Description

Given a matrix, rearranges rows and columns so that row sums and col sums end up in ascending order.

Usage

sort_matrix(M)

Arguments

M

matrix

Value

rearranged matrix


[Package clustAnalytics version 0.5.5 Index]