View source: R/central.quantile.R
central.quantile | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.