Description Usage Arguments Value Author(s)
View source: R/cor_mat_generators.R
Transform sparse matrix into a banded matrix. Code inspired by the netprioR package.
1 | cuthill_mckee(x, reverse = FALSE, return_all = FALSE)
|
x |
Input matrix. Must be square and symmetric. |
A list with the reordered matrix 'x' and the ordering 'order'.
Fabian Schmich
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.