central.quantile {swfscMisc} | R Documentation |
Upper and lower values of central quantile
central.quantile(x, pct = 0.95)
x |
numeric vector. |
pct |
central percentile desired. |
a two element vector giving the lower and upper quantiles.
Eric Archer eric.archer@noaa.gov
x <- runif(1000)
central.quantile(x)
central.quantile(x, pct = 0.75)