Plot fit_BBM estiamte
# S3 method for bMap.cifti
plot(x, what = c("maps", "FC"), stat = c("mean", "se"), ...)The plot
The result of fit_BBM with CIFTI data
The "maps" (default) on the brain, or the "FC"
matrix. If both are desired, use two separate plot calls to first
plot the maps and then plot the FC.
If "FC", the default color scale will be from blue (-1) to red (1).
This can be changed with the colFUN argument to
plot_FC_gg.
"mean" (default) or "se". Note that for the FC,
only the mean estimate is available, not the SE.
Additional arguments to view_xifti
if what=="maps", or plot_FC_gg if
what=="FC".