plot.prior.cifti {BayesBrainMap}R Documentation

Plot prior

Description

Plot prior

Usage

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

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

Value

The plot


[Package BayesBrainMap version 0.1.3 Index]