summary.template.matrix {templateICAr}R Documentation

Summarize a "template.matrix" object

Description

Summary method for class "template.matrix"

Usage

## S3 method for class 'template.matrix'
summary(object, ...)

## S3 method for class 'summary.template.matrix'
print(x, ...)

## S3 method for class 'template.matrix'
print(x, ...)

Arguments

object

Object of class "template.matrix".

...

further arguments passed to or from other methods.

x

The template from estimate_template.cifti

Value

A list summarizing the template: data dimensions, options used for template estimation, etc.

Nothing, invisibly.

Nothing, invisibly.


[Package templateICAr version 0.6.4 Index]