qLow: Calculate lower quantile

View source: R/calcQuantile.R

qLowR Documentation

Calculate lower quantile

Description

Two simple wrapper functions for quantile() that are used in plotting functions. qLow defaults to the 5th percentile and qHigh to the 95th.

Usage

qLow(x)

Arguments

x

A numeric vector.

Value

Returns a numeric representing either the 5th or 95th percentile.


CamFreshwater/samSim documentation built on Sept. 25, 2023, 10:22 a.m.