Upper and lower values of central quantile
central.quantile(x, pct = 0.95)
a two element vector giving the lower and upper quantiles.
numeric vector.
central percentile desired.
Eric Archer eric.archer@noaa.gov
x <- runif(1000)
central.quantile(x)
central.quantile(x, pct = 0.75)
Run the code above in your browser using DataLab