Search notes:

R function: IQR

#
#  Interquartile range: Range where 25% on either
#  side is cut off
#

IQR(0:10)
# [1] 5

IQR(1000:1010)
# [1] 5
Github repository about-r, path: /functions/IQR.R

See also

Index to (some) R functions

Index