log2overmean: Log 2 value over its mean

log2overmeanR Documentation

Log 2 value over its mean

Description

A small convenience function to calculate the log 2 of a value divided by the mean of this set of values.

Usage

log2overmean(x)

Arguments

x

A numeric vector

Details

Ignores NA values in calculation of the mean

Value

A numeric vector with the calculated values.

Examples

log2overmean(runif(100))

robinweide/GENOVA documentation built on March 14, 2024, 11:16 p.m.