qHigh: Calculate upper quantile

View source: R/calcQuantile.R

qHighR Documentation

Calculate upper 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

qHigh(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.