I want to put two rows of labels, or colnames, (either to a data frame or a matrix), like so:
Big Big Medium Medium Low Low
Wet Dry Wet Dry Wet Dry
1 6 4 1 3 2 5
2 4 4 1 3 1 6
3 4 3 1 3 1 6
4 5 2 1 2 1 4
5 3 4 1 2 3 5
and be able to refer to a given column by using the two labels, for example column "Medium","Dry".