expand.list | R Documentation |
Similar to expand.grid
function, this function creates all combinations
of the input arguments but returns the result as a list.
expand.list(...)
... |
input variables |
list
Klaus Kähler Holst
expand.list(x=2:4, z=c("a","b"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.