simplifyDims.Rd
Takes a list where each element is a group of rows that have been spanned by a multirow row and combines it into one large matrix.
simplifyDims(x)
All rows must have the same number of columns. This is used to format the list for printing.
a matrix that contains all of the spanned rows.