powered by
creates a list of lists where each list element has n elements 1 element from each of the first n lists
NewBinseqWrap(n, PossibleCoefs)
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
a list of lists where one element at a time will be combined with elements of the other list
returns the list of lists for possible combinations of 1 element at a time from each list
this is a helper function and not necessary for the regular user
No references
# NOT RUN { NewBinseqWrap(n=3,PossibleCoefs=c(list(c(0,1,2)),list(c(0,1,2,3)),list(c(4,5,6)))) # }
Run the code above in your browser using DataLab