Learn R Programming

hermiter (version 2.3.1)

IQR.default: Estimates the Interquartile range (IQR)

Description

This creates a default generic method for the stats::IQR function.

Usage

# S3 method for default
IQR(x, ...)

Value

A numeric value.

Arguments

x

A numeric vector.

...

Optional additional arguments to the stats::IQR function.