plot_FC {fMRItools} | R Documentation |
Plot FC
Description
Plot a functional connectivity matrix.
Usage
plot_FC(
FC,
zlim = c(-1, 1),
diag_val = NULL,
title = "FC matrix",
cols = color_palette("Beach"),
cleg_ticks_by = diff(zlim)/2,
cleg_digits = NULL,
labels = NULL,
lines = NULL,
lines_col = "black",
lines_lwd = 1,
cex = 0.8
)
Arguments
FC |
The functional connectivity matrix, a square numeric matrix with values between -1 and 1. |
zlim |
The minimum and maximum range of the color scale. Default:
|
diag_val |
Set to |
title |
(Optional) Plot title. |
cols |
Character vector of colors for the color scale. Default:
|
cleg_ticks_by |
Spacing between ticks on the color legend. Default:
|
cleg_digits |
How many decimal digits for the color legend. Default:
|
labels |
A character vector of length |
lines |
Add lines to divide the FC matrix into submatrices? Default:
|
lines_col , lines_lwd |
Color and line width of the |
cex |
Text size. Default: |