perm_mat,AxisSet2D-method | R Documentation |
Get permutation matrix from axis set
## S4 method for signature 'AxisSet2D'
perm_mat(x, ...)
x |
An AxisSet2D object |
... |
Additional arguments (not used) |
A matrix representing the axis directions
## Not run:
axes <- AxisSet2D(LEFT_RIGHT, ANT_POST)
perm_mat(axes)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.