log2overmedian: Log 2 value over its median

log2overmedianR Documentation

Log 2 value over its median

Description

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

Usage

log2overmedian(x)

Arguments

x

A numeric vector

Details

Ignores NA values in calculation of the median.

Value

A numeric vector with the calculated values.

Examples

log2overmedian(runif(100))

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