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