plot.template.gifti: Plot template

View source: R/estimate_template.methods.R

plot.template.giftiR Documentation

Plot template

Description

Plot template

Usage

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

Arguments

x

The template from estimate_template.gifti

stat

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

var_method

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

...

Additional arguments to view_xifti

Value

The plot


templateICAr documentation built on Feb. 16, 2023, 8:14 p.m.