R/axis.R
perm_mat-AxisSet3D-method.Rd
Get permutation matrix from axis set
# S4 method for class 'AxisSet3D' perm_mat(x, ...)
An AxisSet3D object
Additional arguments (not used)
A matrix representing the axis directions
if (FALSE) { # \dontrun{ axes <- AxisSet3D(LEFT_RIGHT, ANT_POST, INF_SUP) perm_mat(axes) } # }