reorder_cormat: Reorder a correlation matrix

View source: R/corr_coef.R

reorder_cormatR Documentation

Reorder a correlation matrix

Description

[Stable]

Reorder the correlation matrix according to the correlation coefficient by using hclust for hierarchical clustering order. This is useful to identify the hidden pattern in the matrix.

Usage

reorder_cormat(x)

Arguments

x

The correlation matrix

Value

The ordered correlation matrix

Author(s)

Tiago Olivoto tiagoolivoto@gmail.com

Examples


library(metan)
cor_mat <- corr_coef(data_ge2, PH, EH, CD, CL, ED, NKR)
cor_mat$cor
reorder_cormat(cor_mat$cor)



metan documentation built on March 7, 2023, 5:34 p.m.