combinationList | R Documentation |
get a list of all combinations of vectors. Basically a wrapper around expand.grid
combinationList(...)
... |
vectors of elements. Ideally named |
a list containing all combinations of elements in the input. Each element contains a unique combination
combinationList(a=letters[1:5], A=LETTERS[1:3], i=1:4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.