plot.prior.gifti: Plot prior

View source: R/estimate_prior.methods.R

plot.prior.giftiR Documentation

Plot prior

Description

Plot prior

Usage

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

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

Value

The plot


BayesBrainMap documentation built on Aug. 8, 2025, 7:25 p.m.