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