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 Feb. 6, 2025, 5:30 a.m.