swh:1:snp:0c004a03453a29b80f921a24433f7e780b9ceb53
Raw File
Tip revision: fc1777a6ebdabf2ea4e225a2337f0d9f9ae151a8 authored by Alexey Sergushichev on 08 April 2021, 15:17:58 UTC
Update .travis.yml
Tip revision: fc1777a
colMeansByGroups.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/gseaPlot.R
\name{colMeansByGroups}
\alias{colMeansByGroups}
\title{Calculate column averages in row groups}
\usage{
colMeansByGroups(m, groups)
}
\arguments{
\item{m}{matrix n x m}

\item{groups}{vector of size n of numbers from 1 to k}
}
\value{
matrix k*m of column averages  by groups
}
\description{
Calculate column averages in row groups
}
back to top