cor_mat | R Documentation |
Converted a vectorized lower triangular correlation matrix back to its full matrix form.
cor_mat(
x_diag,
diag_val = NA,
names = NULL,
newOrder = NULL,
lowerOnly = FALSE
)
x_diag |
The vectorized lower triangular correlation matrix. |
diag_val |
The value to put on the diagonals of the correlation matrix.
Default: |
names |
(Optional) row/column names. |
newOrder |
(Optional) new index order. |
lowerOnly |
Set the upper triangle to |
A square correlation matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.