Learn R Programming

BayesBrainMap (version 0.2.0)

plot.bMap.cifti: Plot fit_BBM estiamte

Description

Plot fit_BBM estiamte

Usage

# S3 method for bMap.cifti
plot(x, what = c("maps", "FC"), stat = c("mean", "se"), ...)

Value

The plot

Arguments

x

The result of fit_BBM with CIFTI data

what

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.

stat

"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".