extract_comb | R Documentation |
Extract Elements in a Combination set
extract_comb(m, comb_name)
m |
A combination matrix returned by |
comb_name |
The valid combination set name should be from |
It returns the combination set.
set.seed(123)
lt = list(a = sample(letters, 10),
b = sample(letters, 15),
c = sample(letters, 20))
m = make_comb_mat(lt)
extract_comb(m, "110")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.