flatten_mat | R Documentation |
Flatten and arrange cor matrix to be df
flatten_mat(cor_mat, return_mat)
cor_mat |
A correlation matrix output from running |
return_mat |
Logical. Should the flattened matrix be printed? Default set to FALSE. |
A vector of correlation-based ranked features
## Not run:
flatten_mat(cor_mat = cor_mat, return_mat = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.