Transpost the Combination Matrix
Transpost the Combination Matrix
## S3 method for class 'comb_mat' t(x)
x |
A combination matrix returned by |
set.seed(123)
lt = list(a = sample(letters, 10),
b = sample(letters, 15),
c = sample(letters, 20))
m = make_comb_mat(lt)
t(m)Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.