iter_wrapper.Rd
Wrap iterpc objects by iterators::iter
iter_wrapper(I, d = 1)
I | the iterpc object |
---|---|
d | number of permutation(s)/combination(s) wanted in each iteration, default to 1 |
a iter object compatible with iterators package
#> [1] 1 2nextElem(it)#> [1] 1 3#> [1] 3 4 5 6 5 6 7 7 8 9