Description Usage Arguments Value See Also Examples
A function to generate numeric sequence of specified length.
Is used in createTest
but can be used separately.
Note that this function doesn't check for constant sequences or
too big/small elements in the numeric sequence!
1 |
start |
vector from which starting values are generated |
rule |
rule that is to be used to generate numeric sequence |
seqlen |
the length of the numeric sequence (default value is 6) |
function returns a list containing of:
sequenceR[[1]] |
numeric sequence as a list |
sequenceR[[2]] |
rule used to generate the sequence |
conCheck
,
check
,
createSR
,
createDR
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.