Description Usage Arguments Details Value Note Author(s) References Examples
View source: R/NewBinseqWrap.R
creates a list of lists where each list element has n elements 1 element from each of the first n lists
1 | NewBinseqWrap(n, PossibleCoefs)
|
n |
an integer less than or equal to the number of lists used to choose from which specifies the length of each combination elements from the list choices |
PossibleCoefs |
a list of lists where one element at a time will be combined with elements of the other list |
this is a helper function and not necessary for the regular user
returns the list of lists for possible combinations of 1 element at a time from each list
The global variable V is used to return the list and thus V should not be used for any other variable name. This may need to be corrected in future versions
William Terry
No references
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.