--- a +++ b/man/aggregate_matrix.Rd @@ -0,0 +1,19 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/utils.R +\name{aggregate_matrix} +\alias{aggregate_matrix} +\title{Aggregate matrix over groups} +\usage{ +aggregate_matrix(x, groups = NULL, fun = "mean") +} +\arguments{ +\item{groups}{A character vector with the groups to aggregate over.} + +\item{fun}{The summary function to be applied to each group.} +} +\value{ +A summary matrix. +} +\description{ +Aggregate matrix over groups +}