correlation_map.event_model | R Documentation |
Generates a correlation heatmap of the columns in an event_model
's design matrix.
## S3 method for class 'event_model'
correlation_map(
x,
method = c("pearson", "spearman"),
half_matrix = FALSE,
absolute_limits = TRUE,
...
)
x |
An |
method |
Correlation method, "pearson" or "spearman". |
half_matrix |
Logical; if TRUE, mask out the upper-triangle. |
absolute_limits |
Logical; if TRUE, fix color scale to -1..+1. |
... |
Further arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.