maxMinusMin: Computes the absolute distance between maximum and minimum,...

View source: R/expression_funks.R

maxMinusMinR Documentation

Computes the absolute distance between maximum and minimum, optionally removing NA.

Description

Computes the absolute distance between maximum and minimum, optionally removing NA.

Usage

maxMinusMin(x, na.rm = TRUE)

Arguments

x

a numeric

na.rm

If set to TRUE, the default, NA values in x are removed before computing max and min.

Value

A single numeric value


asishallab/GeneFamilies documentation built on May 22, 2023, 11:30 a.m.