View source: R/S4-Correlation.R
adjust_corr_mtr | R Documentation |
Adjust correlation matrix
adjust_corr_mtr(mtr, type = "complete", diagonal = TRUE)
mtr |
Correlation or p-value matrix. |
type |
Character value. Denotes how the underlying correlation matrix is handled. Three options:
|
diagonal |
Logical value. Indicates if the diagonal values of the
matrices are kept ( = TRUE) or set to NA (= FALSE). Ignored if |
Adjusted input matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.