Skip to contents

Get permutation matrix from axis set

Usage

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

Arguments

x

An AxisSet2D object

...

Additional arguments (not used)

Value

A matrix representing the axis directions

Examples

if (FALSE) { # \dontrun{
axes <- AxisSet2D(LEFT_RIGHT, ANT_POST)
perm_mat(axes)
} # }