Combines columns that have the same name. The columns are joined additively.
filter_combine_measurements(dat, pre_norm = TRUE, post_norm = TRUE)
The readout matrix to filter.
Whether to normalize columns before joining them.
Whether to normalize columns after they are joined.
A matrix in which columns that had the same name are added and (possibly) normalized.