flatten_mat {hdImpute}R Documentation

Flatten and arrange cor matrix to be df

Description

Flatten and arrange cor matrix to be df

Usage

flatten_mat(cor_mat, return_mat)

Arguments

cor_mat

A correlation matrix output from running feature_cor()

return_mat

Logical. Should the flattened matrix be printed? Default set to FALSE.

Value

A vector of correlation-based ranked features

Examples

## Not run: 
flatten_mat(cor_mat = cor_mat, return_mat = FALSE)

## End(Not run)

[Package hdImpute version 0.2.1 Index]