| axcodes | R Documentation |
Returns a character vector of anatomical axis direction labels for a
neuroimaging object or space. For example, c("R", "A", "S") for a
standard RAS-oriented image.
axcodes(x)
## S4 method for signature 'NeuroSpace'
axcodes(x)
## S4 method for signature 'NeuroObj'
axcodes(x)
## S4 method for signature 'matrix'
axcodes(x)
x |
A |
A character vector of length 3 with axis direction codes.
sp <- NeuroSpace(c(10L, 10L, 10L), c(2, 2, 2))
axcodes(sp)
vol <- DenseNeuroVol(array(0, c(10,10,10)), sp)
axcodes(vol)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.