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 |
stat |
Which prior statistic to plot: the |
maps |
Show the prior maps on the brain? Default: |
FC |
Empirical ( |
var_method |
|
... |
Additional arguments to |
Value
The plot
[Package BayesBrainMap version 0.1.3 Index]