.correlation_map_common | R Documentation |
Internal helper to build a correlation heatmap from a numeric matrix
.correlation_map_common(
DM,
method = c("pearson", "spearman"),
half_matrix = FALSE,
absolute_limits = TRUE,
...
)
DM |
A numeric matrix of regressors (columns). |
method |
Correlation method, passed to |
half_matrix |
Logical; if TRUE, show only the lower-triangle (including diagonal). |
absolute_limits |
Logical; if TRUE, force the fill color scale to -1..+1. |
... |
Additional arguments passed to |
A ggplot2 object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.