aggregate_matrix.Rd
Aggregate matrix over groups
aggregate_matrix(x, groups = NULL, fun = "mean")
A character vector with the groups to aggregate over.
The summary function to be applied to each group.
A summary matrix.