Learn R Programming

BayesBrainMap (version 0.1.3)

plot.prior.gifti: Plot prior

Description

Plot prior

Usage

# S3 method for prior.gifti
plot(
  x,
  stat = c("both", "mean", "sd", "var"),
  var_method = c("non-negative", "unbiased"),
  ...
)

Value

The plot

Arguments

x

The prior from estimate_prior.gifti

stat

"mean", "sd", or "both" (default). By default the square root of the variance prior is shown; another option is stat="var" to instead display the variance prior directly.

var_method

"non-negative" (default) or "unbiased"

...

Additional arguments to view_xifti