| permutationBraid | R Documentation |
Makes a permutation braid from a permutation.
permutationBraid(perm)
perm |
a permutation |
A braid object.
perm <- c(3, 1, 4, 2)
braid <- permutationBraid(perm)
isPermutationBraid(braid)
braidPermutation(braid)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.