central.quantile: Central Quantile

View source: R/central.quantile.R

central.quantileR Documentation

Central Quantile

Description

Upper and lower values of central quantile

Usage

central.quantile(x, pct = 0.95)

Arguments

x

numeric vector.

pct

central percentile desired.

Value

a two element vector giving the lower and upper quantiles.

Author(s)

Eric Archer eric.archer@noaa.gov

Examples

x <- runif(1000)
central.quantile(x)
central.quantile(x, pct = 0.75)


EricArcher/swfscMisc documentation built on April 12, 2024, 4:21 a.m.