average.mat.rows.parallel: Get the average of each matrix

View source: R/basics.R

average.mat.rows.parallelR Documentation

Get the average of each matrix

Description

Function that gets the average of each row of a matrix (but in parallel)

Usage

average.mat.rows.parallel(m, ids, f = colMeans)

Arguments

m

matrix

ids

identifiers

f

averaging function (colMeans)


Jerby-Lab/opipes documentation built on Oct. 7, 2022, 12:28 p.m.