plot.template.cifti {templateICAr}R Documentation

Plot template

Description

Plot template

Usage

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

Arguments

x

The template from estimate_template.cifti

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


[Package templateICAr version 0.6.4 Index]