permutations-package | R Documentation |
Manipulates invertible functions from a finite set to itself. Can transform from word form to cycle form and back. To cite the package in publications please use Hankin (2020) "Introducing the permutations R package", SoftwareX, volume 11 <doi:10.1016/j.softx.2020.100453>.
The DESCRIPTION file:
This package was not yet installed at build time.
Index: This package was not yet installed at build time.
Robin K. S. Hankin [aut, cre] (<https://orcid.org/0000-0001-5982-0415>), Paul Egeler [ctb] (<https://orcid.org/0000-0001-6948-9498>)
Maintainer: Robin K. S. Hankin <hankin.robin@gmail.com>
a <- rperm(10,5)
b <- rperm(10,5)
a*b
inverse(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.