set_size | R Documentation |
Set Sizes
set_size(m)
m |
A combination matrix returned by |
A vector of set sizes.
set.seed(123)
lt = list(a = sample(letters, 10),
b = sample(letters, 15),
c = sample(letters, 20))
m = make_comb_mat(lt)
set_size(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.