harm.mean: Harmonic Mean

Description Usage Arguments Author(s) Examples

View source: R/harm.mean.R

Description

This function computes the harmonic mean of a numeric input vector x.

Usage

1

Arguments

x

a numeric vector for which harmonic mean computations shall be performed.

Author(s)

Hajk-Georg Drost

Examples

1
2
3
x <- 1:10

harm.mean(x)

myTAI documentation built on Feb. 24, 2021, 9:06 a.m.