correlation_map.fmri_model | R Documentation |
Generates a correlation heatmap of the columns in an fmri_model
's combined
event+baseline design matrix.
## S3 method for class 'fmri_model'
correlation_map(
x,
method = c("pearson", "spearman"),
half_matrix = FALSE,
absolute_limits = TRUE,
...
)
x |
An |
method |
Correlation method (e.g., "pearson", "spearman"). |
half_matrix |
Logical; if TRUE, display only the lower triangle of the matrix. |
absolute_limits |
Logical; if TRUE, set color scale limits from -1 to 1. |
... |
Additional arguments passed to internal plotting functions. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.