ExpMean: Calculate the mean of logged values

View source: R/utilities.R

ExpMeanR Documentation

Calculate the mean of logged values

Description

Calculate mean of logged values in non-log space (return answer in log-space)

Usage

ExpMean(x, ...)

Arguments

x

A vector of values

...

Other arguments (not used)

Value

Returns the mean in log-space

Examples

ExpMean(x = c(1, 2, 3))


satijalab/seurat documentation built on March 20, 2024, 8:41 p.m.