Plot prior
# 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"),
...
)The plot
The prior from estimate_prior.cifti
Which prior statistic to plot: the "mean" (default),
"sd" for the square root of the variance template, or "var"
for the variance template.
Show the prior maps on the brain? Default: TRUE.
Empirical ("emp") (default), Inverse-Wishart
("IW"), Cholesky ("Chol"), or "none".
"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