geomMean: Geometric Mean

View source: R/geomMean.R

geomMeanR Documentation

Geometric Mean

Description

Find geometric mean of numeric vector

Usage

geomMean(counts_v)

Arguments

counts_v

numeric vector of values

Value

geometric mean of vector

Examples

set.seed(25)
foo <- sample(1:100, 5)
geomMean(foo)

weshorton/wrh.rUtils documentation built on Oct. 28, 2024, 7:24 a.m.