perm_mat,NeuroSpace-method | R Documentation |
Get permutation matrix from axis set
## S4 method for signature 'NeuroSpace'
perm_mat(x, ...)
x |
A NeuroSpace object |
... |
Additional arguments (not used) |
A matrix representing the axis directions
## Not run:
ns <- NeuroSpace(axes=AxisSet3D(LEFT_RIGHT, ANT_POST, INF_SUP))
perm_mat(ns)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.