orderdIM {nem}R Documentation

Ordered clusters in a matrix network representation 2

Description

This function reorder the groups in an image matrix in such a way that the blocks with a higher average weigh are placed on the left hand side of the matrix.

Usage

orderdIM(net, res)

Arguments

net

Original network of class matrix.

res

An object of type list, containing partition clu (it can be obtained by using clu(res) where res is an object produced by the function oprRandParC from blockmodeling package) and image matrix IM (it can be obtained by using IM(res) where res is an object produced by the function oprRandParC from blockmodeling package).

Value

It returns reordered image matrix of class array.

Author(s)

Marjan Cugmas

See Also

orderedClu


[Package nem version 0.12.33 Index]