read.perms | R Documentation |
This function reads the text file in the specified path and checks if each row is a proper permutation
read.perms(path)
path |
string with a path |
A collection of permutations in matrix form
path = system.file("test.txt", package="PerMallows")
sample = read.perms(path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.