inverse_trans | R Documentation |
Extract inverse image coordinate transformation
inverse_trans(x)
## S4 method for signature 'NeuroSpace'
inverse_trans(x)
x |
an object |
bspace <- NeuroSpace(c(10,10,10), c(2,2,2))
itrans <- inverse_trans(bspace)
identical(trans(bspace) %*% inverse_trans(bspace), diag(4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.