generatePermuteString | R Documentation |
Find a random string of concatenated permutations of 1:n fulfilling Tukey's criteria that there are no runs of 3 or more increases or decreases in a row. Tukey just uses the default n=5.
generatePermuteString(nReps = 20, n = 5)
nReps |
number of permutations to concatenate |
n |
permutations from 1 to n |
a vector of nReps*n integers giving concatenated permutations
tukeyPermutes()
tukeyPermutes(6,3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.