set_nameAssign | R Documentation |
Modify Set Names
set_name(x, ...) <- value
x |
A combination matrix returned by |
value |
New set names. |
... |
Other arguments. |
set.seed(123)
lt = list(a = sample(letters, 10),
b = sample(letters, 15),
c = sample(letters, 20))
m = make_comb_mat(lt)
set_name(m) = c("A", "B", "C")
m
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.