quantileRange: Return a range determined by the quantile of the data

View source: R/plotMethods.R

quantileRangeR Documentation

Return a range determined by the quantile of the data

Description

Return a range determined by the quantile of the data

Usage

quantileRange(x, outlier = 0.01, symmetric = TRUE)

Arguments

x

A numeric vector

outlier

Quantile (lower and higher) threshold

symmetric

Logical, whether the range must be symmetric around zero.

Value

A numeric vector of two (c(low, high)).


bedapub/ribiosNGS documentation built on Feb. 10, 2025, 12:34 a.m.