GetLTMGmatrix {IRISFGM} | R Documentation |
Get LTMG matrix
GetLTMGmatrix(object, ...) .GetLTMGmatrix(object) ## S4 method for signature 'IRISFGM' GetLTMGmatrix(object)
object |
Input IRIS-FGM object |
... |
other arguments passed to methods |
It will reture LTMG signal matrix.
data(example_object) LTMG_signalmatrix <- GetLTMGmatrix(example_object)