Get permutation matrix from axis set
Usage
# S4 method for class 'NeuroSpace'
perm_mat(x, ...)
Examples
if (FALSE) { # \dontrun{
ns <- NeuroSpace(axes=AxisSet3D(LEFT_RIGHT, ANT_POST, INF_SUP))
perm_mat(ns)
} # }
Get permutation matrix from axis set
# S4 method for class 'NeuroSpace'
perm_mat(x, ...)
if (FALSE) { # \dontrun{
ns <- NeuroSpace(axes=AxisSet3D(LEFT_RIGHT, ANT_POST, INF_SUP))
perm_mat(ns)
} # }