Description Usage Arguments Examples
Generic getter to extract inverse image coordinate transformation
1 2 3 4 5 6 7 | inverseTrans(x)
## S4 method for signature 'BrainSpace'
inverseTrans(x)
## S4 method for signature 'BrainData'
inverseTrans(x)
|
x |
an object |
1 2 3 | bspace <- BrainSpace(c(10,10,10), c(2,2,2))
itrans <- inverseTrans(bspace)
identical(trans(bspace) %*% inverseTrans(bspace), diag(4))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.