IQR.default {hermiter} | R Documentation |
This creates a default generic method for the stats::IQR function.
## Default S3 method:
IQR(x, ...)
x |
A numeric vector. |
... |
Optional additional arguments to the stats::IQR function. |
A numeric value.