which_dim | R Documentation |
This function returns the dimension of the specified axis for a given object, such as a matrix or an array.
which_dim(x, axis)
## S4 method for signature 'NeuroSpace,NamedAxis'
which_dim(x, axis)
x |
The NeuroSpace object |
axis |
The NamedAxis to find |
An integer representing the dimension index of the specified axis
for the object x
.
x <- NeuroSpace(c(10,10,10), spacing=c(1,1,1))
which_dim(x, x@axes@j) == 2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.