IQR {base} | R Documentation |
This function computes interquartile range of the data
values in its arguments.
Note that this function compute the quartiles using the function
quantile
rather than following Tukey's recommendations.
IQR(x)
Tukey, J. W. (1977). Exploratory Data Analysis. Reading: Addison-Wesley.
fivenum
, range
, quantile
.
data(rivers)
IQR(rivers)