Learn R Programming

BayesBrainMap (version 0.1.3)

plot.prior.cifti: Plot prior

Description

Plot prior

Usage

# S3 method for prior.cifti
plot(
  x,
  stat = c("mean", "sd", "var"),
  maps = TRUE,
  FC = c("emp", "IW", "Chol", "none"),
  var_method = c("non-negative", "unbiased"),
  ...
)

Value

The plot

Arguments

x

The prior from estimate_prior.cifti

stat

Which prior statistic to plot: the "mean" (default), "sd" for the square root of the variance template, or "var" for the variance template.

maps

Show the prior maps on the brain? Default: TRUE.

FC

Empirical ("emp") (default), Inverse-Wishart ("IW"), Cholesky ("Chol"), or "none".

var_method

"non-negative" (default) or "unbiased", for the variance estimate of the maps. Note that FC variance estimates are always non-negative.

...

Additional arguments to view_xifti