trans | R Documentation |
Extract image coordinate transformation
trans(x)
## S4 method for signature 'MetaInfo'
trans(x)
## S4 method for signature 'NIFTIMetaInfo'
trans(x)
## S4 method for signature 'NeuroObj'
trans(x)
## S4 method for signature 'NeuroSpace'
trans(x)
x |
an object with a transformation |
This function returns a transformation that can be used to go from "grid coordinates" to "real world coordinates" in millimeters.
This function returns a transformation that can be used to go from "grid coordinates" to "real world coordinates" in millimeters.
see NeuroSpace
bspace <- NeuroSpace(c(10,10,10), c(2,2,2))
trans(bspace)
all.equal(dim(trans(bspace)), c(4,4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.