GetLTMGmatrix {IRISFGM}R Documentation

GetLTMGmatrix

Description

Get LTMG matrix

Usage

GetLTMGmatrix(object, ...)

.GetLTMGmatrix(object)

## S4 method for signature 'IRISFGM'
GetLTMGmatrix(object)

Arguments

object

Input IRIS-FGM object

...

other arguments passed to methods

Value

It will reture LTMG signal matrix.

Examples

data(example_object)
LTMG_signalmatrix <- GetLTMGmatrix(example_object)


[Package IRISFGM version 1.1.1 Index]