row_mean: Compute the mean by row

View source: R/Main_functions.R

row_meanR Documentation

Compute the mean by row

Description

Compute the mean by row

Usage

row_mean(df, na.rm = TRUE, log = FALSE)

Arguments

df

a data frame

na.rm

logical, remove NA values

log

logical, use geometric mean instead of arithmetic mean

Value

A numeric vector


VoisinneG/InteRact documentation built on May 17, 2022, 11:40 p.m.