Skip to contents

Get permutation matrix from axis set

Usage

# S4 method for class 'NeuroSpace'
perm_mat(x, ...)

Arguments

x

A NeuroSpace object

...

Additional arguments (not used)

Value

A matrix representing the axis directions

Examples

if (FALSE) { # \dontrun{
ns <- NeuroSpace(axes=AxisSet3D(LEFT_RIGHT, ANT_POST, INF_SUP))
perm_mat(ns)
} # }