EAGeneratorPermutation = function(n, d) {
EAGenerator$new(
name = "Permutation generator",
params = list(n = n, d = d),
representations = "permutation",
apply = function(n, d) {
genPopPerm(n, d)
}
)
} # EAGeneratorPermutation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.