Learn R Programming

templateICAr (version 0.9.1)

plot.template.cifti: Plot template

Description

Plot template

Usage

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

Value

The plot

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